1
0
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:
Willem Van Onsem
2022-08-11 18:17:19 +02:00
committed by Mariusz Felisiak
parent b30c0081d4
commit 16fffc829c
4 changed files with 29 additions and 4 deletions

View File

@@ -192,7 +192,7 @@ Management Commands
Migrations
~~~~~~~~~~
* ...
* Migrations now support serialization of ``enum.Flag`` objects.
Models
~~~~~~