--
Ticket URL: <https://code.djangoproject.com/ticket/32754>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* severity: Normal => Release blocker
* cc: Jon Dufresne (added)
* owner: nobody => SlavaSkvortsov
* stage: Unreviewed => Accepted
Comment:
Thanks for the report, good catch! Bug in
ba31b0103442ac891fb3cb98f316781254e366c3.
--
Ticket URL: <https://code.djangoproject.com/ticket/32754#comment:1>
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>
Comment (by SlavaSkvortsov):
Thank you for a quick answer!
I wrote a patch [https://github.com/django/django/pull/14404 here]
--
Ticket URL: <https://code.djangoproject.com/ticket/32754#comment:3>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/32754#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"f7691d4812c578e696635718e67639d2e08eac40" f7691d4]:
{{{
#!CommitTicketReference repository=""
revision="f7691d4812c578e696635718e67639d2e08eac40"
Fixed #32754 -- Made AdminSite.catch_all_view() respect SCRIPT_NAME.
Regression in ba31b0103442ac891fb3cb98f316781254e366c3.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32754#comment:5>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"ce78bc9808db279ab5db1b285518ca3eb189419c" ce78bc98]:
{{{
#!CommitTicketReference repository=""
revision="ce78bc9808db279ab5db1b285518ca3eb189419c"
[3.2.x] Fixed #32754 -- Made AdminSite.catch_all_view() respect
SCRIPT_NAME.
Regression in ba31b0103442ac891fb3cb98f316781254e366c3.
Backport of f7691d4812c578e696635718e67639d2e08eac40 from main
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32754#comment:6>