diff options
| author | Claude Paroz <claude@2xlibre.net> | 2022-08-03 15:45:09 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-08-03 19:51:25 +0200 |
| commit | 0638b4e23dbabdcf7d7a6f2a2d5b95b980dece78 (patch) | |
| tree | 0ffff215d59a83c10f458176085388619134e615 /docs | |
| parent | a2792d09ada3e6f4513d145cc176f5e0f0a29482 (diff) | |
Fixed #33888 -- Fixed get_select2_language() crash with no language activated.
Regression in 3079133c73f3b8b0e929673b06b62dce1f54be71.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.1.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/4.1.1.txt b/docs/releases/4.1.1.txt index 67b0898e0e..2d705f6a99 100644 --- a/docs/releases/4.1.1.txt +++ b/docs/releases/4.1.1.txt @@ -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`). |
