Refs #29738 -- Allowed registering serializers with MigrationWriter.

This commit is contained in:
can 2019-01-10 21:05:19 +03:00 committed by Tim Graham
parent 3c01fe30f3
commit 7d3b3897c1
5 changed files with 93 additions and 37 deletions

View file

@ -211,6 +211,9 @@ Migrations
* ``NoneType`` can now be serialized in migrations.
* You can now :ref:`register custom serializers <custom-migration-serializers>`
for migrations.
Models
~~~~~~