diff options
| author | Tim Graham <timograham@gmail.com> | 2017-06-30 14:51:08 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-12-01 19:07:46 -0500 |
| commit | c3e0adcad8d8ba94b33cabd137056166ed36dae0 (patch) | |
| tree | e7b665569a5efe312b807774e08ffafda3b0a0bf /docs | |
| parent | d6859a14891f028dde8c6d27fb2960ef9984a072 (diff) | |
Fixed #28305 -- Fixed "Cannot change column 'x': used in a foreign key constraint" crash on MySQL with a sequence of AlterField or RenameField operations.
Regression in 45ded053b1f4320284aa5dac63052f6d1baefea9.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.8.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.11.8.txt b/docs/releases/1.11.8.txt index 596ea434ec..9ef7d73abf 100644 --- a/docs/releases/1.11.8.txt +++ b/docs/releases/1.11.8.txt @@ -30,3 +30,7 @@ Bugfixes * Fixed a regression in caching of a ``GenericForeignKey`` when the referenced model instance uses multi-table inheritance (:ticket:`28856`). + +* Fixed "Cannot change column 'x': used in a foreign key constraint" crash on + MySQL with a sequence of ``AlterField`` and/or ``RenameField`` operations in + a migration (:ticket:`28305`). |
