Opened 17 years ago
Closed 14 years ago
#5273 closed (duplicate)
'None' value doesn't show up in related field filter
Reported by: | 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)
Change History (4)
by , 17 years ago
Attachment: | 5273.patch added |
---|
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Design decision needed |
---|
comment:2 by , 17 years ago
Triage Stage: | Design decision needed → Someday/Maybe |
---|
At some point we'll revisit the design/ui of the admin; this is one ticket we should look at then.
Note:
See TracTickets
for help on using tickets.
patch