#32754: catch_all_view() does not support FORCE_SCRIPT_NAME.
-------------------------------------+-------------------------------------
Reporter: SlavaSkvortsov | Owner:
| SlavaSkvortsov
Type: Bug | Status: assigned
Component: contrib.admin | Version: 3.2
Severity: Release blocker | Resolution:
Keywords: FORCE_SCRIPT_NAME | Triage Stage: Accepted
catch_all_view |
final_catch_all_view |
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Description changed by SlavaSkvortsov:
Old 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)
New 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)
Patch - https://github.com/django/django/pull/14404
--
--
Ticket URL: <https://code.djangoproject.com/ticket/32754#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/072.48e2faa2009f080011b096c4c7e2372c%40djangoproject.com.