mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #25764 -- Added support for serialization of enum.Enum in migrations.
Thanks Tim Graham for the review.
This commit is contained in:
parent
65764a9316
commit
998894e1b9
6 changed files with 83 additions and 1 deletions
|
@ -174,7 +174,7 @@ Management Commands
|
|||
Migrations
|
||||
^^^^^^^^^^
|
||||
|
||||
* ...
|
||||
* Added support for serialization of ``enum.Enum`` objects.
|
||||
|
||||
Models
|
||||
^^^^^^
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue