1
0
mirror of https://github.com/django/django.git synced 2025-05-16 20:06: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:
Natalia 2025-04-30 11:23:51 -03:00
parent 1367a197dd
commit 57c245199a
3 changed files with 8 additions and 5 deletions

View File

@ -4,7 +4,8 @@ Django 4.2.21 release notes
*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
========

View File

@ -4,7 +4,8 @@ Django 5.1.9 release notes
*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
========

View File

@ -4,7 +4,8 @@ Django 5.2.1 release notes
*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
========
@ -56,8 +57,8 @@ Bugfixes
on a ``QuerySet`` filtered against a related model and including references
to annotations through ``values()`` (:ticket:`36360`).
* Fixed a bug in composite primary key introspection that caused
``IntegerField`` to be wrongly identified as ``AutoField`` on SQLite
* Fixed a bug in Django 5.2 that caused composite primary key introspection to
wrongly identify ``IntegerField`` as ``AutoField`` on SQLite
(:ticket:`36358`).
* Fixed a bug in Django 5.2 that caused a redundant ``unique_together``