mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[4.1.x] Fixed #33888 -- Fixed get_select2_language() crash with no language activated.
Regression in3079133c73. Backport of0638b4e23dfrom main
This commit is contained in:
committed by
Mariusz Felisiak
parent
a3ce58ac4c
commit
2ae024c744
@@ -11,3 +11,6 @@ Bugfixes
|
||||
|
||||
* Reallowed, following a regression in Django 4.1, using ``GeoIP2()`` when GEOS
|
||||
is not installed (:ticket:`33886`).
|
||||
|
||||
* Fixed a regression in Django 4.1 that caused a crash of admin's autocomplete
|
||||
widgets when translations are deactivated (:ticket:`33888`).
|
||||
|
||||
Reference in New Issue
Block a user