Django

Code

Ticket #1403 (closed: fixed)

Opened 3 years ago

Last modified 2 years ago

More intelligent green cross in admin.

Reported by: anonymous Assigned to: adrian
Milestone: Component: django.contrib.admin
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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.

Attachments

Change History

05/26/06 12:54:29 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

(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


Add/Change #1403 (More intelligent green cross in admin.)




Change Properties
Action