summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Wilkes <git@matthewwilkes.name>2015-02-16 19:42:11 +0000
committerTim Graham <timograham@gmail.com>2015-03-14 15:37:40 -0400
commitae87ad005f7b62f5fa5a29ef07443fa1bbb9baf0 (patch)
tree594191827ab15162381ed5c25c29e81a6125d60b /docs
parent21ffbb06ec9eb741f62ac51abab4b722fb91b9bc (diff)
Refs #24354 -- Prevented repointing of relations on superclasses when migrating a subclass's name change
Forwardport of test and release note from stable/1.7.x
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.7.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/1.7.7.txt b/docs/releases/1.7.7.txt
index fa67c97de9..1c6b9325f4 100644
--- a/docs/releases/1.7.7.txt
+++ b/docs/releases/1.7.7.txt
@@ -9,4 +9,6 @@ Django 1.7.7 fixes several bugs in 1.7.6.
Bugfixes
========
-* ...
+* Fixed renaming of classes in migrations where renaming a subclass would
+ cause incorrect state to be recorded for objects that referenced the
+ superclass (:ticket:`24354`).