mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
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.
This commit is contained in:
parent
d597174bd4
commit
e8e4f978dd
4 changed files with 54 additions and 0 deletions
|
|
@ -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`).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue