Opened 3 years ago

Last modified 3 years ago

#33267 closed New feature

Django Admin: Add Hyperlink to related model — at Version 2

Reported by: Thomas Güttler Owned by: nobody
Component: contrib.admin Version: 3.2
Severity: Normal Keywords:
Cc: Phil Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Thomas Güttler)

I would like to add a hyperlink next to the select field of a ForeignKey

There is a do-it-yourself way Django Admin: Add Hyperlink to related model, but it would be nice to have declarative solution.

There is an image in the Stackoverflow question which explains it.

Would you accept a PR which implements this?

Change History (3)

by Thomas Güttler, 3 years ago

comment:1 by Thomas Güttler, 3 years ago

Description: modified (diff)

comment:2 by Thomas Güttler, 3 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top