mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[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 ae87ad005f from master
This commit is contained in:
committed by
Tim Graham
parent
da8b3aa7eb
commit
22a67d22e9
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user