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:47:10 -0400
commit22a67d22e98c86fe4b1665c97ace6f4251a99cac (patch)
treea22e071bbe41982855a5fa873b2ed58142e1aae3 /docs
parentda8b3aa7eb174959aeec9acbf86c6728ec99fa21 (diff)
[1.8.x] 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 Backport of ae87ad005f7b62f5fa5a29ef07443fa1bbb9baf0 from master
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`).