Opened 11 years ago
Closed 11 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)
by , 11 years ago
comment:1 by , 11 years ago
| 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 by , 11 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
I could reproduce this.