Re: [Django] #24593: Thousand separator not showing in readonly fields

2015-04-07 Thread Django
#24593: Thousand separator not showing in readonly fields
-+
 Reporter:  liwee|  Owner:  nobody
 Type:  Uncategorized| Status:  new
Component:  Uncategorized|Version:  1.7
 Severity:  Normal   | Resolution:
 Keywords:  Thousand separator readonly  |   Triage Stage:  Unreviewed
Has patch:  0|  Easy pickings:  0
UI/UX:  0|
-+
Changes (by liwee):

 * Attachment "1.PNG" added.


--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/063.683ae84ac25d80208e0aa9aeac9d12e8%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #24593: Thousand separator not showing in readonly fields

2015-04-07 Thread Django
#24593: Thousand separator not showing in readonly fields
---+-
 Reporter:  liwee  |  Owner:  nobody
 Type:  Uncategorized  | Status:  new
Component:  Uncategorized  |Version:  1.7
 Severity:  Normal |   Keywords:  Thousand separator readonly
 Triage Stage:  Unreviewed |  Has patch:  0
Easy pickings:  0  |  UI/UX:  0
---+-
 I added the following to my form. Thousand separator appears in a normal
 integer field but missing from a readonly field.

 {{{
 class Meta:
 localized_fields = ('__all__')
 }}}

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/048.9cbd5465c45f6127242e14652f7d5326%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.