Changes between Initial Version and Version 2 of Ticket #32754
- Timestamp:
- May 17, 2021, 6:47:26 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32754
- Property Cc added
- Property Owner changed from to
- Property Severity Normal → Release blocker
- Property Triage Stage Unreviewed → Accepted
- Property Status new → assigned
- Property Summary catch_all_view from admin does not support FORCE_SCRIPT_NAME → catch_all_view() does not support FORCE_SCRIPT_NAME.
-
Ticket #32754 – Description
initial v2 1 1 `catch_all_view` returns redirect to `'%s/' % request.path_info` (script name cut off there) instead of `'%s/' % request.path` (with the script name) 2 3 Patch - https://github.com/django/django/pull/14404