From ae87ad005f7b62f5fa5a29ef07443fa1bbb9baf0 Mon Sep 17 00:00:00 2001 From: Matthew Wilkes Date: Mon, 16 Feb 2015 19:42:11 +0000 Subject: 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 --- docs/releases/1.7.7.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') 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`). -- cgit v1.3