1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #22248 -- Made RenameModel reversible

This commit is contained in:
Stratos Moros
2014-11-18 14:25:03 +02:00
parent 5617508fb9
commit cf7a2a000e
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`)