Opened 17 years ago
Closed 13 years ago
#5625 closed Bug (duplicate)
Custom admin views get wrong 'Home' breadcrumb url
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.admin | Version: | 1.3 |
Severity: | Normal | Keywords: | |
Cc: | Sindre Sorhus | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | yes | UI/UX: | no |
Description
Custom admin views get "/" as the Home url. The supplied patch changes this to the admin index page using the url function.
Attachments (1)
Change History (5)
by , 17 years ago
Attachment: | home_url.diff added |
---|
comment:1 by , 17 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 by , 13 years ago
Cc: | added |
---|---|
Easy pickings: | set |
Resolution: | wontfix |
Severity: | → Normal |
Status: | closed → reopened |
Type: | → Bug |
Version: | SVN → 1.3 |
The bug is still alive in Django 1.3.
comment:3 by , 13 years ago
Patch needs improvement: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
This would get fixed at the same time as #15294. See the fixed code in the associated github branch here: https://github.com/burzak/django/blob/bug%2Ft15294/django/contrib/admin/templates/admin/base.html#L45
comment:4 by , 13 years ago
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
UI/UX: | unset |
Duplicate of #15294.
Note:
See TracTickets
for help on using tickets.
Admin is getting replaced anyway, little point in this. But feel free to re-open if this is still the case on the newforms-admin branch