#1505 closed defect (fixed)
magick-removal: Link to nonexisting URL
| Reported by: | Alef | Owned by: | Adrian Holovaty |
|---|---|---|---|
| Component: | contrib.admin | Version: | |
| Severity: | normal | 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
In
django/contrib/admin/views/main.py
fuction
_get_deleted_objects // line 395
generates this URL:
../../../../%s/%s/%s/change/
on lines: 424 and 438.
But the change part of the URL does not exist.
Note:
See TracTickets
for help on using tickets.
(In [2530]) magic-removal: Fixed #1505 - Link to non-existant URL in admin