django1/django/db
Maxime Lorant cb3fb34b86 Fixed #27378 -- Added support for serialization of uuid.UUID in migrations.
Thanks Yuriy Korobko for the initial patch and Tobias McNulty for review.
2016-11-06 13:53:00 +01:00
..
backends Fixed #27372 -- Fixed introspection of SQLite foreign keys with spaces in DDL. 2016-11-06 10:13:32 +01:00
migrations Fixed #27378 -- Added support for serialization of uuid.UUID in migrations. 2016-11-06 13:53:00 +01:00
models Fixed #27148 -- Fixed ModelMultipleChoiceField crash with invalid UUID. 2016-10-31 15:21:05 -04:00
__init__.py Removed missing name in django.db __all__. 2016-09-26 19:04:18 -04:00
transaction.py Fixed #24921 -- set_autocommit(False) + ORM queries. 2015-09-21 22:21:53 +02:00
utils.py Fixed #25761 -- Added __cause__.__traceback__ to reraised exceptions. 2015-12-03 16:31:50 -05:00