Opened 17 years ago

Closed 13 years ago

#5273 closed (duplicate)

'None' value doesn't show up in related field filter

Reported by: Yuri Baburov <burchik@…> Owned by: nobody
Component: contrib.admin Version: dev
Severity: Keywords: filter, filters, related
Cc: Triage Stage: Someday/Maybe
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In the current django version related filters doesn't have "None" value, but have "All" value. This is unfair! ;)
None value should appear when null=True field attribute is set.

Attachments (1)

5273.patch (2.3 KB ) - added by Yuri Baburov <burchik@…> 17 years ago.
patch

Download all attachments as: .zip

Change History (4)

by Yuri Baburov <burchik@…>, 17 years ago

Attachment: 5273.patch added

patch

comment:1 by Simon G. <dev@…>, 17 years ago

Triage Stage: UnreviewedDesign decision needed

comment:2 by Jacob, 16 years ago

Triage Stage: Design decision neededSomeday/Maybe

At some point we'll revisit the design/ui of the admin; this is one ticket we should look at then.

comment:3 by Simon Litchfield, 13 years ago

Resolution: duplicate
Status: newclosed

See #8528

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