On Jan 2, 7:06 pm, Shay Ben Dov <shay.ben...@gmail.com> wrote:
> Hi,
>
> I'm using GAE and wondering how come there is no comma insertion 
> orcurrencyformating of floating numbers like:
>
> {{ value|floatformat:2 }} built_in filter
>
> Shay

You could try
http://docs.djangoproject.com/en/dev/ref/templates/builtins/#floatformat
or
http://docs.djangoproject.com/en/dev/ref/templates/builtins/#stringformat

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to