mirror of
https://github.com/django/django.git
synced 2025-11-22 20:16:24 +00:00
Fixed #35942 -- Fixed createsuperuser crash on Python 3.13+ when username is unavailable.
Thanks Mariusz Felisiak and Jacob Tyler Walls for reviews.
This commit is contained in:
parent
2e190a48d6
commit
c635decb00
3 changed files with 15 additions and 5 deletions
|
|
@ -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`).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue