Changes between Initial Version and Version 1 of Ticket #32345


Ignore:
Timestamp:
Jan 12, 2021, 10:56:35 AM (4 years ago)
Author:
Johannes Maron
Comment:

After some serious digging, the bug was introduced here: https://github.com/django/django/commit/9e3f141701b96b6974b3386f83dc76e70a41377d via #26466. The problem seems to be, that the URL is not properly parsed. The path and GET attributes needs to be handled differently for that to work.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32345

    • Property Cc Johannes Maron added
    • Property Easy pickings set
    • Property Triage Stage UnreviewedAccepted
  • Ticket #32345 – Description

    initial v1  
    55}}}
    66
    7 the redirect response from ```set_langauge``` is
     7the redirect response from `set_langauge` is
    88
    99{{{
Back to Top