#1403 closed enhancement (fixed)
More intelligent green cross in admin.
Reported by: | anonymous | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | contrib.admin | Version: | |
Severity: | minor | 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
When there is a foreignKey (or any type of relationship) there will be a small green plus on its right. If the model which it is related to has no meta.Admin() then this will lead to a 404.
I would recommend popping up a related model if the original model is edit(ed)_inline in it and if no such model exists not displaying the green plus.
Note:
See TracTickets
for help on using tickets.
(In [2991]) Fixed #1403 -- 'Add' green plus sign no longer appears in admin change forms for fields whose related models don't have an admin