Opened 15 years ago
Closed 15 years ago
#12067 closed (fixed)
check_dependencies in contrib.admin.sites not triggered using new style admin include
Reported by: | Rob Hudson | Owned by: | Luke Plant |
---|---|---|---|
Component: | contrib.admin | Version: | 1.1 |
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
When using the old style admin URL includes, the check_dependencies
was called that alerted the user if the various admin dependencies weren't set up correctly. The new style admin URL includes do not call this method, which could lead to confusing errors in the admin if things aren't set up properly.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | 12067.diff added |
---|
comment:1 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [11648]) Fixed #12067 - check_dependencies in contrib.admin.sites not triggered using new style admin include
Thanks to robhudson for report and patch.