django1/django/db
Aymeric Augustin fe6b5e62b1 Normalized the implementation of get_db_converters.
Put the types in the same order and checked for None consistently.
2015-05-17 09:36:27 +02:00
..
backends Normalized the implementation of get_db_converters. 2015-05-17 09:36:27 +02:00
migrations Removed unnecessary arguments in .get method calls 2015-05-13 20:51:18 +02:00
models Removed redundant list() calls. 2015-05-16 10:44:07 -04:00
__init__.py Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version. 2014-06-11 10:03:34 -04:00
transaction.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
utils.py Fixed #24394 -- Allowed running tests with empty default dictionary. 2015-03-25 17:56:59 -04:00