diff options
| author | Tommy Allen <tommy@esdf.io> | 2024-11-26 15:15:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-26 17:15:00 -0300 |
| commit | c635decb00ac957daf81c08541cdc9cf46f6d86d (patch) | |
| tree | 3bc35237ec65103b541dc8f7b1dd0a800e2af7fe /docs | |
| parent | 2e190a48d6ffda4f9f67df3657b835fa6075a25d (diff) | |
Fixed #35942 -- Fixed createsuperuser crash on Python 3.13+ when username is unavailable.
Thanks Mariusz Felisiak and Jacob Tyler Walls for reviews.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.1.4.txt | 3 |
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`). |
