Opened 16 years ago
Closed 16 years ago
#9272 closed (invalid)
contrib.admin.sites should use path_info
Reported by: | anonymous | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 1.0 |
Severity: | Keywords: | site.root mod_python | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Under mod_python admin.site.root uses the wrong settings if django.root is not empty. Trivial patch attached.
Cheers,
Ant9000
Attachments (1)
Change History (2)
by , 16 years ago
Attachment: | admin_site_root.diff added |
---|
comment:1 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I'm pretty sure that using
request.path
is correct in this circumstance.