2024-11-05 06:30:22 +01:00
|
|
|
==========================
|
|
|
|
Django 5.1.4 release notes
|
|
|
|
==========================
|
|
|
|
|
2024-11-27 14:30:12 +01:00
|
|
|
*December 4, 2024*
|
2024-11-05 06:30:22 +01:00
|
|
|
|
2024-11-27 14:30:12 +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
|
|
|
|
========
|
|
|
|
|
2024-11-26 15:15:00 -05:00
|
|
|
* Fixed a crash in ``createsuperuser`` on Python 3.13+ caused by an unhandled
|
|
|
|
``OSError`` when the username could not be determined (:ticket:`35942`).
|
2024-11-30 08:03:55 +00:00
|
|
|
|
|
|
|
* Fixed a regression in Django 5.1 where relational fields were not updated
|
|
|
|
when calling ``Model.refresh_from_db()`` on instances with deferred fields
|
|
|
|
(:ticket:`35950`).
|