mirror of
https://github.com/django/django.git
synced 2025-05-17 12:26:29 +00:00
[5.2.x] Made cosmetic edits and added upcoming security release to release notes.
Backport of 0f5dd0dff3049189a3fe71a62670b746543335d5 from main.
This commit is contained in:
parent
1367a197dd
commit
57c245199a
@ -4,7 +4,8 @@ Django 4.2.21 release notes
|
|||||||
|
|
||||||
*Expected May 7, 2025*
|
*Expected May 7, 2025*
|
||||||
|
|
||||||
Django 4.2.21 fixes a data loss bug and a regression in 4.2.20.
|
Django 4.2.21 fixes a security issue with severity "moderate", a data loss bug,
|
||||||
|
and a regression in 4.2.20.
|
||||||
|
|
||||||
Bugfixes
|
Bugfixes
|
||||||
========
|
========
|
||||||
|
@ -4,7 +4,8 @@ Django 5.1.9 release notes
|
|||||||
|
|
||||||
*Expected May 7, 2025*
|
*Expected May 7, 2025*
|
||||||
|
|
||||||
Django 5.1.9 fixes a data loss bug and a regression in 5.1.8.
|
Django 5.1.9 fixes a security issue with severity "moderate", a data loss bug,
|
||||||
|
and a regression in 5.1.8.
|
||||||
|
|
||||||
Bugfixes
|
Bugfixes
|
||||||
========
|
========
|
||||||
|
@ -4,7 +4,8 @@ Django 5.2.1 release notes
|
|||||||
|
|
||||||
*Expected May 7, 2025*
|
*Expected May 7, 2025*
|
||||||
|
|
||||||
Django 5.2.1 fixes several bugs in 5.2.
|
Django 5.2.1 fixes a security issue with severity "moderate" and several bugs
|
||||||
|
in 5.2.
|
||||||
|
|
||||||
Bugfixes
|
Bugfixes
|
||||||
========
|
========
|
||||||
@ -56,8 +57,8 @@ Bugfixes
|
|||||||
on a ``QuerySet`` filtered against a related model and including references
|
on a ``QuerySet`` filtered against a related model and including references
|
||||||
to annotations through ``values()`` (:ticket:`36360`).
|
to annotations through ``values()`` (:ticket:`36360`).
|
||||||
|
|
||||||
* Fixed a bug in composite primary key introspection that caused
|
* Fixed a bug in Django 5.2 that caused composite primary key introspection to
|
||||||
``IntegerField`` to be wrongly identified as ``AutoField`` on SQLite
|
wrongly identify ``IntegerField`` as ``AutoField`` on SQLite
|
||||||
(:ticket:`36358`).
|
(:ticket:`36358`).
|
||||||
|
|
||||||
* Fixed a bug in Django 5.2 that caused a redundant ``unique_together``
|
* Fixed a bug in Django 5.2 that caused a redundant ``unique_together``
|
||||||
|
Loading…
x
Reference in New Issue
Block a user