1
0
mirror of https://github.com/django/django.git synced 2025-01-27 02:29:55 +00:00
django/docs/releases/5.1.5.txt
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 53e21eebf22bc05c7fa30820b453b7f345b7af40 from main.
2025-01-07 12:32:08 -03:00

15 lines
334 B
Plaintext

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