diff options
| author | Marten Kenbeek <marten.knbk@gmail.com> | 2015-04-05 15:59:23 +0200 |
|---|---|---|
| committer | Markus Holtermann <info@markusholtermann.eu> | 2015-04-05 20:26:21 +0200 |
| commit | e8e4f978dd4b7a3d0c689c6e3301e3c6f9e50003 (patch) | |
| tree | 45dae9e96bd24daeb7d50f4c8bf1dc688bf496bb /docs | |
| parent | d597174bd4cfd9a0e1b34dae8b4d8d027a8cab72 (diff) | |
Fixed #24278 -- Fixed serialization of migration operations.
Fixed MigrationWriter.serialize() to correctly handle migration
operations by utilizing OperationWriter.
Thanks Piotr MaliĆski for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.8.1.txt b/docs/releases/1.8.1.txt index c848fc2c30..303a793be2 100644 --- a/docs/releases/1.8.1.txt +++ b/docs/releases/1.8.1.txt @@ -17,3 +17,7 @@ Bugfixes * Prevented ``TypeError`` in translation functions ``check_for_language()`` and ``get_language_bidi()`` when translations are deactivated (:ticket:`24569`). + +* Fixed :djadmin:`squashmigrations` command when using + :class:`~django.db.migrations.operations.SeparateDatabaseAndState` + (:ticket:`24278`). |
