1
0
mirror of https://github.com/django/django.git synced 2025-03-24 08:10:45 +00:00
Sarah Boyce 5f82a5e4c7 [5.1.x] Added stub release notes and release date for 5.1.4, 5.0.10, and 4.2.17.
Backport of 2544c1585473c1e82dab1274b52052744f97ca72 from main.
2024-11-27 15:42:58 +01:00

15 lines
407 B
Plaintext

==========================
Django 5.1.4 release notes
==========================
*December 4, 2024*
Django 5.1.4 fixes one security issue with severity "high", one security issue
with severity "moderate", and 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`).