mirror of
https://github.com/django/django.git
synced 2025-02-24 09:04:48 +00:00
Also added display of migration to stdout when verbosity=3. Backport of 8758a63ddbbf7a2626bd84d50cfe83b477e8de0a from master
19 lines
558 B
Plaintext
19 lines
558 B
Plaintext
==========================
|
|
Django 1.7.7 release notes
|
|
==========================
|
|
|
|
*Under development*
|
|
|
|
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`).
|
|
|
|
* Stopped writing migration files in dry run mode when merging migration
|
|
conflicts. When ``makemigrations --merge`` is called with ``verbosity=3`` the
|
|
migration file is written to ``stdout`` (:ticket: `24427`).
|