1
0
mirror of https://github.com/django/django.git synced 2025-03-13 10:50:55 +00:00
django/docs/releases/5.1.4.txt

15 lines
407 B
Plaintext
Raw Normal View History

2024-11-05 06:30:22 +01:00
==========================
Django 5.1.4 release notes
==========================
*December 4, 2024*
2024-11-05 06:30:22 +01:00
Django 5.1.4 fixes one security issue with severity "high", one security issue
with severity "moderate", and several bugs in 5.1.3.
2024-11-05 06:30:22 +01:00
Bugfixes
========
* Fixed a crash in ``createsuperuser`` on Python 3.13+ caused by an unhandled
``OSError`` when the username could not be determined (:ticket:`35942`).