summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.1.6.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/4.1.6.txt b/docs/releases/4.1.6.txt
index a581572a9a..e97c25aea0 100644
--- a/docs/releases/4.1.6.txt
+++ b/docs/releases/4.1.6.txt
@@ -10,4 +10,5 @@ in 4.1.5.
Bugfixes
========
-* ...
+* Fixed a bug in Django 4.1 that caused a crash of model validation on
+ ``UniqueConstraint`` with ordered expressions (:ticket:`34291`).