From 773387ce42de1c355e6ed6b9ddd49dc52474fc0a Mon Sep 17 00:00:00 2001 From: Marten Kenbeek Date: Sun, 5 Apr 2015 15:59:23 +0200 Subject: [1.8.x] Fixed #24278 -- Fixed serialization of migration operations. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed MigrationWriter.serialize() to correctly handle migration operations by utilizing OperationWriter. Thanks Piotr MaliƄski for the report. Backport of e8e4f978dd4b7a3d0c689c6e3301e3c6f9e50003 from master --- docs/releases/1.8.1.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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`). -- cgit v1.3