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

[1.7.x] Fixed #22248 -- Made RenameModel reversible

Backport of cf7a2a000e from master
This commit is contained in:
Stratos Moros
2014-11-18 14:25:03 +02:00
committed by Tim Graham
parent dfcac7d7f5
commit 50434aebe2
3 changed files with 4 additions and 4 deletions

View File

@@ -65,3 +65,6 @@ Bugfixes
* Fixed :djadmin:`squashmigrations` to respect the ``--no-optimize`` parameter
(:ticket:`23799`).
* Made :class:`~django.db.migrations.operations.RenameModel` reversible
(:ticket:`22248`)