mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Refs #29738 -- Allowed registering serializers with MigrationWriter.
This commit is contained in:
parent
3c01fe30f3
commit
7d3b3897c1
5 changed files with 93 additions and 37 deletions
|
@ -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
|
||||
~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue