Changes between Initial Version and Version 1 of Ticket #37086, comment 3


Ignore:
Timestamp:
May 9, 2026, 2:27:46 AM (4 weeks ago)
Author:
JaeHyuckSa

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37086, comment 3

    initial v1  
    33When the language cookie and URL prefix are out of sync, `translate_url()` tries to resolve the URL using the request's current language. That fails, and `set_language()` ends up redirecting back to the original URL.
    44
    5 Since #35034 was already closed as a duplicate of #28567, I think this should probably be closed the same way. #37086 has a clearer repro, and  [https://github.com/django/django/pull/21240PR 21240] is already open, but it looks like the same root cause. If this is c losed as a duplicate, [https://github.com/django/django/pull/21240PR 21240] should probably reference #28567 instead.
     5Since #35034 was already closed as a duplicate of #28567, I think this should probably be closed the same way. #37086 has a clearer repro, and  [https://github.com/django/django/pull/21240PR 21240] is already open, but it looks like the same root cause. If this is closed as a duplicate, [https://github.com/django/django/pull/21240PR 21240] should probably reference #28567 instead.
Back to Top