2024-05-07 15:06:02 -03:00
|
|
|
==========================
|
|
|
|
Django 5.0.7 release notes
|
|
|
|
==========================
|
|
|
|
|
2024-07-03 14:09:34 -03:00
|
|
|
*July 9, 2024*
|
2024-05-07 15:06:02 -03:00
|
|
|
|
2024-07-03 14:09:34 -03:00
|
|
|
Django 5.0.7 fixes two security issues with severity "moderate", two security
|
|
|
|
issues with severity "low", and several bugs in 5.0.6.
|
2024-05-07 15:06:02 -03:00
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2024-06-25 15:04:48 +01:00
|
|
|
* Fixed a bug in Django 5.0 that caused a crash of ``Model.full_clean()`` on
|
|
|
|
unsaved model instances with a ``GeneratedField`` and certain defined
|
|
|
|
:attr:`Meta.constraints <django.db.models.Options.constraints>`
|
|
|
|
(:ticket:`35560`).
|