mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #33916 -- Added support for serialization of enum.Flag in migrations.
This commit is contained in:
committed by
Mariusz Felisiak
parent
b30c0081d4
commit
16fffc829c
@@ -192,7 +192,7 @@ Management Commands
|
||||
Migrations
|
||||
~~~~~~~~~~
|
||||
|
||||
* ...
|
||||
* Migrations now support serialization of ``enum.Flag`` objects.
|
||||
|
||||
Models
|
||||
~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user