1
0
mirror of https://github.com/django/django.git synced 2025-03-25 08:40:45 +00:00
Natalia d6749de927 [5.1.x] Made cosmetic edits to 5.1.5 release notes.
Backport of 9a2dd9789a2edeed7344a8ec0d17142ad27443a1 from main.
2025-01-14 08:34:40 -03:00

15 lines
329 B
Plaintext

==========================
Django 5.1.5 release notes
==========================
*January 14, 2025*
Django 5.1.5 fixes a security issue with severity "moderate" and one bug in
5.1.4.
Bugfixes
========
* Fixed a crash when applying migrations with references to the removed
``Meta.index_together`` option (:ticket:`34856`).