diff options
| author | Matthew Wilkes <git@matthewwilkes.name> | 2015-02-16 19:42:11 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-14 15:35:16 -0400 |
| commit | d0607a7eee75121527cd03c89de82a222e298eae (patch) | |
| tree | 4e3c173d343e1f205d90447252b28bb0521668f8 /docs | |
| parent | 0094ad227d217091d2ec2db5b996b4e3e7719318 (diff) | |
[1.7.x] Fixed #24354 -- Prevented repointing of relations on superclasses when migrating a subclass's name change
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.7.txt | 4 |
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`). |
