1
0
mirror of https://github.com/django/django.git synced 2025-03-10 17:32:41 +00:00

5 Commits

Author SHA1 Message Date
Adam Johnson
7285644640 [5.0.x] Fixed CVE-2024-38875 -- Mitigated potential DoS in urlize and urlizetrunc template filters.
Thank you to Elias Myllymäki for the report.

Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com>
2024-07-09 10:03:07 -03:00
Mark Gensler
0602fc2124 [5.0.x] Fixed #35560 -- Made Model.full_clean() ignore GeneratedFields for constraints.
Accessing generated field values on unsaved models caused a crash when
validating CheckConstraints and UniqueConstraints with expressions.

Backport of 1005c2abd1ef0c156f449641e38c33e473989d37 from main.
2024-07-04 11:49:27 +02:00
Natalia
03b908ffed [5.0.x] Added stub release notes and release date for 5.0.7 and 4.2.14.
Backport of 89557d4c66b469616fc3a16ba11b2999233efa8d from main.
2024-07-03 14:13:02 -03:00
Natalia
0231bad10d [5.0.x] Updated release date for Django 5.0.7.
Backport of adae619426b6f50046b3daaa744db52989c9d6db from main.
2024-05-31 10:54:48 -03:00
Natalia
629398e55f [5.0.x] Added stub release notes for 5.0.7.
Backport of b79ac89c5799993b459b2248faf0bdd66a9df008 from main.
2024-05-07 15:07:56 -03:00