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:
committed by
Tim Graham
parent
52fec5d18f
commit
adfdb9f169
@@ -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
|
||||
~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user