Opened 8 years ago
Closed 8 years ago
#24593 closed Bug (fixed)
Thousand separator not showing in ModelAdmin.readonly_fields
Reported by: | liwee | Owned by: | Eric |
---|---|---|---|
Component: | contrib.admin | Version: | 1.7 |
Severity: | Normal | Keywords: | Thousand separator readonly |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
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__')
Attachments (1)
Change History (4)
Changed 8 years ago by
comment:1 Changed 8 years ago by
Component: | Uncategorized → contrib.admin |
---|---|
Summary: | Thousand separator not showing in readonly fields → Thousand separator not showing in ModelAdmin.readonly_fields |
Triage Stage: | Unreviewed → Accepted |
Type: | Uncategorized → Bug |
comment:2 Changed 8 years ago by
Owner: | changed from nobody to Eric |
---|---|
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
I could reproduce this.