1
0
mirror of https://github.com/django/django.git synced 2025-01-10 10:26:34 +00:00
django/docs/releases/5.1.5.txt

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`).