summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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`).