mirror of
https://github.com/django/django.git
synced 2025-01-27 02:29:55 +00:00
b44efdfe54
While AlterUniqueTogether has been documented to be still allowed in historical migrations for the foreseeable future it has been crashing since 2abf417c815c20 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>
14 lines
296 B
Plaintext
14 lines
296 B
Plaintext
==========================
|
|
Django 5.1.5 release notes
|
|
==========================
|
|
|
|
*Expected January 7, 2025*
|
|
|
|
Django 5.1.5 fixes several bugs in 5.1.4.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed a crash when applying migrations with references to the removed
|
|
``Meta.index_together`` option (:ticket:`34856`).
|