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

70 views
Skip to first unread message

Django

unread,
Apr 7, 2015, 2:10:51 AM4/7/15
to django-...@googlegroups.com
#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: <https://code.djangoproject.com/ticket/24593>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Apr 7, 2015, 2:11:00 AM4/7/15
to django-...@googlegroups.com
#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.

Django

unread,
Apr 7, 2015, 8:29:03 PM4/7/15
to django-...@googlegroups.com
#24593: Thousand separator not showing in ModelAdmin.readonly_fields
-------------------------------------+-------------------------------------
Reporter: liwee | Owner: nobody
Type: Bug | Status: new
Component: contrib.admin | Version: 1.7
Severity: Normal | Resolution:
Keywords: Thousand separator | Triage Stage: Accepted
readonly |
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by timgraham):

* needs_better_patch: => 0
* component: Uncategorized => contrib.admin
* needs_tests: => 0
* needs_docs: => 0
* type: Uncategorized => Bug
* stage: Unreviewed => Accepted


Comment:

I could reproduce this.

--
Ticket URL: <https://code.djangoproject.com/ticket/24593#comment:1>

Django

unread,
Apr 13, 2015, 10:19:45 AM4/13/15
to django-...@googlegroups.com
#24593: Thousand separator not showing in ModelAdmin.readonly_fields
-------------------------------------+-------------------------------------
Reporter: liwee | Owner: xblitz
Type: Bug | Status: assigned

Component: contrib.admin | Version: 1.7
Severity: Normal | Resolution:
Keywords: Thousand separator | Triage Stage: Accepted
readonly |
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by xblitz):

* owner: nobody => xblitz
* status: new => assigned


--
Ticket URL: <https://code.djangoproject.com/ticket/24593#comment:2>

Django

unread,
Apr 14, 2015, 5:50:20 PM4/14/15
to django-...@googlegroups.com
#24593: Thousand separator not showing in ModelAdmin.readonly_fields
-------------------------------------+-------------------------------------
Reporter: liwee | Owner: xblitz
Type: Bug | Status: closed
Component: contrib.admin | Version: 1.7
Severity: Normal | Resolution: fixed

Keywords: Thousand separator | Triage Stage: Accepted
readonly |
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Simon Charette <charette.s@…>):

* status: assigned => closed
* resolution: => fixed


Comment:

In [changeset:"d72e0178e9930c9967c6fe6cd8c94b3413a240f9" d72e017]:
{{{
#!CommitTicketReference repository=""
revision="d72e0178e9930c9967c6fe6cd8c94b3413a240f9"
Fixed #24593 -- Fixed number formatting of readonly IntegerFields in the
admin.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/24593#comment:3>

Reply all
Reply to author
Forward
0 new messages