Opened 3 years ago

Last modified 3 years ago

#32754 closed Bug

catch_all_view from admin does not support FORCE_SCRIPT_NAME — at Initial Version

Reported by: SlavaSkvortsov Owned by: nobody
Component: contrib.admin Version: 3.2
Severity: Release blocker Keywords: FORCE_SCRIPT_NAME catch_all_view final_catch_all_view
Cc: Jon Dufresne Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

catch_all_view returns redirect to '%s/' % request.path_info (script name cut off there) instead of '%s/' % request.path (with the script name)

Change History (0)

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