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)

patch.diff (828 bytes ) - added by Salva Pinyol 15 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by Salva Pinyol, 15 years ago

Cc: salvapinyol@… added

by Salva Pinyol, 15 years ago

Attachment: patch.diff added

comment:2 by Alex Gaynor, 15 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Matthias Kestenholz, 14 years ago

Resolution: fixed
Status: newclosed

I think this problem has been fixed while fixing #342 in [11965]

Note: See TracTickets for help on using tickets.
Back to Top