summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.1.4.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/5.1.4.txt b/docs/releases/5.1.4.txt
index bee40f243e..468bd46381 100644
--- a/docs/releases/5.1.4.txt
+++ b/docs/releases/5.1.4.txt
@@ -9,4 +9,5 @@ Django 5.1.4 fixes several bugs in 5.1.3.
Bugfixes
========
-* ...
+* Fixed a crash in ``createsuperuser`` on Python 3.13+ caused by an unhandled
+ ``OSError`` when the username could not be determined (:ticket:`35942`).