django1/django/db
Shai Berger abd7e48af7 Changed Oracle's test-database-creation to use an explicit main-db-connection
rather than just relying on manipulation of settings to determine which
invocation of connection.cursor() opens a connection to the test database
and which opens a connection to the main database.

Thanks Aymeric Augustin for motivation and Tim Graham for review.
2015-06-20 23:48:18 +03:00
..
backends Changed Oracle's test-database-creation to use an explicit main-db-connection 2015-06-20 23:48:18 +03:00
migrations Sorted reduce methods in migration optimizer 2015-06-16 00:46:04 +02:00
models Fixed #24940 -- Made model managers hashable 2015-06-19 19:02:01 +02:00
__init__.py Fixed #23820 -- Supported per-database time zone. 2015-05-17 09:40:28 +02:00
transaction.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
utils.py Fixed #24979 -- Removed usage of inspect.getargspec(). 2015-06-15 13:43:22 -04:00