Changes between Initial Version and Version 2 of Ticket #32754


Ignore:
Timestamp:
May 17, 2021, 6:47:26 AM (3 years ago)
Author:
SlavaSkvortsov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32754

    • Property Cc Jon Dufresne added
    • Property Owner changed from nobody to SlavaSkvortsov
    • Property Severity NormalRelease blocker
    • Property Triage Stage UnreviewedAccepted
    • Property Status newassigned
    • Property Summary catch_all_view from admin does not support FORCE_SCRIPT_NAMEcatch_all_view() does not support FORCE_SCRIPT_NAME.
  • Ticket #32754 – Description

    initial v2  
    11`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
     3Patch - https://github.com/django/django/pull/14404
Back to Top