Stopped dropping and recreating foreign key constraints on other fields in the same table as the one which is actually being altered in an AlterField operation. Regression in c3e0adcad8d8ba94b33cabd137056166ed36dae0.
15 lines
341 B
Plaintext
15 lines
341 B
Plaintext
============================
|
|
Django 1.11.13 release notes
|
|
============================
|
|
|
|
*Expected May 1, 2018*
|
|
|
|
Django 1.11.13 fixes several bugs in 1.11.12.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed a regression in Django 1.11.8 where altering a field with a unique
|
|
constraint may drop and rebuild more foreign keys than necessary
|
|
(:ticket:`29193`).
|