summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.1.3.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/releases/5.1.3.txt b/docs/releases/5.1.3.txt
index 5541a8824a..e3c62072b5 100644
--- a/docs/releases/5.1.3.txt
+++ b/docs/releases/5.1.3.txt
@@ -10,4 +10,7 @@ Django 5.1.3 fixes several bugs in 5.1.2 and adds compatibility with Python
Bugfixes
========
-* ...
+* Fixed a bug in Django 5.1 where
+ :class:`~django.core.validators.DomainNameValidator` accepted any input value
+ that contained a valid domain name, rather than only input values that were a
+ valid domain name (:ticket:`35845`).