Opened 15 years ago
Closed 14 years ago
#11297 closed (fixed)
In admin, no always EMPTY_CHANGELIST_VALUE is used when item value is None
Reported by: | Salva Pinyol | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | ||
Cc: | salvapinyol@… | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
On some items, when rendering changelist values in admin, if value of a item is None, None is displayed instead of EMPTY_CHANGELIST_VALUE.
Attachments (1)
Change History (4)
comment:1 by , 15 years ago
Cc: | added |
---|
by , 15 years ago
Attachment: | patch.diff added |
---|
comment:2 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I think this problem has been fixed while fixing #342 in [11965]