1
0
mirror of https://github.com/django/django.git synced 2025-03-03 13:34:26 +00:00
django/docs/releases/4.2.15.txt
Lorenzo Peña 0e94f292cd Fixed #35627 -- Raised a LookupError rather than an unhandled ValueError in get_supported_language_variant().
LocaleMiddleware didn't handle the ValueError raised by
get_supported_language_variant() when language codes were
over 500 characters.

Regression in 9e9792228a6bb5d6402a5d645bc3be4cf364aefb.
2024-07-25 09:38:46 +02:00

15 lines
333 B
Plaintext

===========================
Django 4.2.15 release notes
===========================
*Expected August 6, 2024*
Django 4.2.15 fixes a regression in 4.2.14.
Bugfixes
========
* Fixed a regression in Django 4.2.14 that caused a crash in
``LocaleMiddleware`` when processing a language code over 500 characters
(:ticket:`35627`).