summaryrefslogtreecommitdiff
path: root/docs/releases/4.1.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/4.1.1.txt')
-rw-r--r--docs/releases/4.1.1.txt3
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`).