2015-03-10 01:09:39 +08:00
|
|
|
==========================
|
|
|
|
Django 1.7.7 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Under development*
|
|
|
|
|
|
|
|
Django 1.7.7 fixes several bugs in 1.7.6.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2015-02-17 03:42:11 +08:00
|
|
|
* 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`).
|