1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #29814 -- Added support for NoneType serialization in migrations.

This commit is contained in:
Patrik Sletmo
2018-10-11 13:54:37 +02:00
committed by Tim Graham
parent 52fec5d18f
commit adfdb9f169
5 changed files with 12 additions and 1 deletions

View File

@@ -188,6 +188,8 @@ Migrations
* The new :option:`migrate --plan` option prints the list of migration
operations that will be performed.
* ``NoneType`` can now be serialized in migrations.
Models
~~~~~~