summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Holtermann <info@markusholtermann.eu>2015-01-19 15:31:23 +0100
committerMarkus Holtermann <info@markusholtermann.eu>2015-01-19 16:52:26 +0100
commit5792e6a88c1444d4ec84abe62077338ad3765b80 (patch)
tree906784fc03ec48a9e5df4b36d1455c80bbbbdeb1 /docs
parent8e435a564034c59ac408ec71283d8ac6ede2ce1f (diff)
Fixed #24163 -- Removed unique constraint after index on MySQL
Thanks Ɓukasz Harasimowicz for the report.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.4.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.4.txt b/docs/releases/1.7.4.txt
index 8fbac815bf..5f10e5e8c6 100644
--- a/docs/releases/1.7.4.txt
+++ b/docs/releases/1.7.4.txt
@@ -14,3 +14,6 @@ Bugfixes
* Made the migration's ``RenameModel`` operation rename ``ManyToManyField``
tables (:ticket:`24135`).
+
+* Fixed a migration crash on MySQL when migrating from a ``OneToOneField`` to a
+ ``ForeignKey`` (:ticket:`24163`).