1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Michael Manfre
4806731e58 [5.1.x] Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation.
Thanks Saravana Kumar for the report, and Sarah Boyce and Mariusz
Felisiak for the reviews.

Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
2025-01-14 08:44:20 -03:00
Natalia
d6749de927 [5.1.x] Made cosmetic edits to 5.1.5 release notes.
Backport of 9a2dd9789a from main.
2025-01-14 08:34:40 -03:00
Natalia
0966cc7364 [5.1.x] Added stub release notes and release date for 5.1.5, 5.0.11, and 4.2.18.
Backport of 53e21eebf2 from main.
2025-01-07 12:32:08 -03:00
Andrés Reverón Molina
2ee6ca6d35 [5.1.x] Fixed #34856 -- Fixed references to index_together in historical migrations.
While AlterUniqueTogether has been documented to be still allowed in historical
migrations for the foreseeable future it has been crashing since 2abf417c81
was merged because the latter removed support for Meta.index_together which the
migration framework uses to render models to perform schema changes.

CreateModel(options["unique_together"]) was also affected.

Refs #27236.

Co-authored-by: Simon Charette <charette.s@gmail.com>

Backport of b44efdfe54 from main.
2024-12-17 10:01:51 +01:00
Sarah Boyce
22dca34036 [5.1.x] Added stub release notes for 5.1.5.
Backport of 828afd782f from main.
2024-12-04 16:25:26 +01:00