Fixed #25764 -- Added support for serialization of enum.Enum in migrations.

Thanks Tim Graham for the review.
This commit is contained in:
Andrei Fokau 2015-11-16 22:41:46 +01:00 committed by Tim Graham
parent 65764a9316
commit 998894e1b9
6 changed files with 83 additions and 1 deletions

View file

@ -174,7 +174,7 @@ Management Commands
Migrations
^^^^^^^^^^
* ...
* Added support for serialization of ``enum.Enum`` objects.
Models
^^^^^^