Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#11532 closed (fixed)

Possible #10537 regression

Reported by: Karen Tracey Owned by: nobody
Component: contrib.admin Version: dev
Severity: 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

http://code.djangoproject.com/ticket/10537#comment:5

reports that #10537 has reappeared in 1.1 rc1. I do not have time to investigate right now but from a brief look it appears the test added for #10537 might not notice the nature of the change reported in that comment, and that it could be a side-effect of the fix for #10061.

Change History (2)

comment:1 by Russell Keith-Magee, 15 years ago

Resolution: fixed
Status: newclosed

(In [11314]) Fixed #11532 -- Corrected the link used for edit_inline foreign keys in admin when the admin is deployed using the old style admin.root approach. Thanks to JP for the report.

comment:2 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

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