django1/django/db/backends
Shai Berger 41afae4ce9 Reorganized the database test settings
Change database test settings from "TEST_"-prefixed entries in the
database settings dictionary to setting in a dictionary that is itself
an entry "TEST" in the database settings.

Refs #21775

Thanks Josh Smeaton for review.
2014-03-09 03:57:18 +02:00
..
dummy A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
mysql Reorganized the database test settings 2014-03-09 03:57:18 +02:00
oracle Reorganized the database test settings 2014-03-09 03:57:18 +02:00
postgresql_psycopg2 Reorganized the database test settings 2014-03-09 03:57:18 +02:00
sqlite3 Reorganized the database test settings 2014-03-09 03:57:18 +02:00
__init__.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
creation.py Reorganized the database test settings 2014-03-09 03:57:18 +02:00
schema.py Fixed #22183: Through M2Ms now correctly handled 2014-03-08 15:58:04 -08:00
signals.py Fixed #13798 -- Added connection argument to the connection_created signal. Thanks to liangent for the report, and Alex Gaynor for the patch. 2010-08-30 13:21:18 +00:00
util.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
utils.py Fixed all E261 warnings 2013-11-02 18:20:39 -04:00