1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #27378 -- Added support for serialization of uuid.UUID in migrations.

Thanks Yuriy Korobko for the initial patch and Tobias McNulty for review.
This commit is contained in:
Maxime Lorant
2016-11-06 13:53:00 +01:00
committed by Tim Graham
parent 7301770254
commit cb3fb34b86
4 changed files with 40 additions and 1 deletions

View File

@@ -286,7 +286,7 @@ Management Commands
Migrations
~~~~~~~~~~
* ...
* Added support for serialization of ``uuid.UUID`` objects.
Models
~~~~~~