django1/django/db
Tim Graham 924af638e4 Fixed #27683 -- Made MySQL default to the read committed isolation level.
Thanks Shai Berger for test help and Adam Johnson for review.
2017-02-01 15:34:17 -05:00
..
backends Fixed #27683 -- Made MySQL default to the read committed isolation level. 2017-02-01 15:34:17 -05:00
migrations Refs #23919 -- Removed misc Python 2/3 references. 2017-01-25 13:59:25 -05:00
models Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 2017-02-01 11:41:56 -05:00
__init__.py Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
transaction.py Refs #23919 -- Removed usage of django.utils.decorators.ContextDecorator. 2017-01-19 11:28:30 -05:00
utils.py Tidied djang.db.utils.load_backend(). 2017-01-24 08:33:26 -05:00