Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#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.

Change History (1)

comment:1 by Luke Plant, 18 years ago

Resolution: fixed
Status: newclosed

(In [2530]) magic-removal: Fixed #1505 - Link to non-existant URL in admin

Note: See TracTickets for help on using tickets.
Back to Top