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)

admin_site_root.diff (467 bytes ) - added by anonymous 16 years ago.

Download all attachments as: .zip

Change History (2)

by anonymous, 16 years ago

Attachment: admin_site_root.diff added

comment:1 by Chris Beaven, 16 years ago

Resolution: invalid
Status: newclosed

I'm pretty sure that using request.path is correct in this circumstance.

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