Opened 16 years ago
Closed 13 years ago
#7469 closed New feature (duplicate)
Provide a link for many-to-one relations in the admin interface
Reported by: | Reto Aebersold | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Normal | Keywords: | link many-to-one relation field admin interface |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | yes |
Description
This patch adds a simple link to every many-to-one relation field in the admin interface. This is useful to navigate quickly to the selected related model instance.
Attachments (2)
Change History (12)
by , 16 years ago
Attachment: | relation_link.diff added |
---|
comment:1 by , 16 years ago
comment:2 by , 16 years ago
milestone: | → post-1.0 |
---|---|
Triage Stage: | Unreviewed → Design decision needed |
comment:5 by , 14 years ago
Severity: | → Normal |
---|---|
Type: | → New feature |
comment:6 by , 13 years ago
UI/UX: | set |
---|
comment:7 by , 13 years ago
Easy pickings: | unset |
---|---|
Triage Stage: | Design decision needed → Accepted |
comment:8 by , 13 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Closing as dupe of #7469 which has a much more recent and comprehensive patch.
comment:9 by , 13 years ago
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
Seems like this was closed accidentally.
comment:10 by , 13 years ago
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Oops, wrong copy/paste. This is a dupe of #13165.
Note:
See TracTickets
for help on using tickets.
Added a patch for the newforms-admin