1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

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
This commit is contained in:
Matthew Wilkes
2015-02-16 19:42:11 +00:00
committed by Tim Graham
parent 21ffbb06ec
commit ae87ad005f
2 changed files with 38 additions and 1 deletions

View File

@@ -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`).