Hi,
The Chinese humanization of numbers is not correct for large and very large
numbers.
1.400.000 converts into 1.4 百万 but should be 140万
166,200,000,000 converts into 166.2十亿 but should be 1662亿
I just looked through the Django core code but couldn't find where that
conversion takes place.
Wh
rate or makemigrations command I run, it all results
in the "relation "django_site" does not exist" error.
So I came across this, where the last comms dates back less than 2 weeks
with Simon Charette taking it to the irc channel.
https://code.djangoproject.com/ticket/24524
data
flow?
Sincerely,
Malte
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-users+unsubscr...@googlegroups.com.
To post to this group, send e
ut I doubt I am the first person to think this
should happen this way. Has anyone tried this before? Cheers/malte
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send
When running those commands:
$ django-admin.py makemessages --all
$ django-admin.py compilemessages
A "l" folder is generated (/var/django/jnj/jnj/locale/l/LC_MESSAGES) - what
does that l folder contain? The base locale from which everything is
translated?
--
You received this message because
Sorry for the late response.
Maybe it's sufficient to override the QuerySet clone method to just return
self, not really clone it.
2011/2/14 myx
> Thank you for the reply. But I meant a slightly different case:
>
> Item.objects.filter(...).order_by(...).values_list('id', flat=True)[:
> 10]
>
>
> {% endfor %}
> {% else %}
> List is empty.
> {% endif% }
you have mixed the blank and %
try:
{% endif %}
> {% endblock %} #On this
> line is the error
>
> {% block foote
I got a models.DateField and would like to extract months and years from
that field so I can do calculations like a 'day in month' in a 'for month in
months' loop in a 'for year in years' loop. How can I extract that info from
a datefield? I have tried to read code written by others but their solut
Hi all!
Noob issue: Trying to get the @property decorator to work. Django complains
"NameError: name 'Property' is not defined". What is it that I am failing to
import and or define? And should I have found out about it?
Thankful for pointers! /aub
--
You received this message because you are s
9 matches
Mail list logo