#1017 closed defect (fixed)
Small change in Admin's behavior
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | contrib.admin | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
New (current) Admin has different behavior in regards of many-to-one relationships. When editing a document with meta.ForeignKey
(cannot be NULL), a listbox is presented. Old Admin selected a related object by default, if only one object was available. New Admin presents "unselected" listbox forcing user to select the single object manually. I think it is better to simulate the former behavior.
Note:
See TracTickets
for help on using tickets.
(In [1575]) Fixed #1017 -- Admin now selects single choice for ForeignKey fields if only one choice is available. Thanks for reporting, Eugene