#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.
Note:
See TracTickets
for help on using tickets.
(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.