django1/django/db/backends
Chris Beaven b47ef04ea2 Fix any sqlite field migration deleting all implicit m2m tables
Fixes #22281
2014-03-18 16:54:35 +13: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 Fixed #20292: Pass datetime objects (not formatted dates) as params to Oracle 2014-03-12 23:43:45 +02:00
postgresql_psycopg2 Reorganized the database test settings 2014-03-09 03:57:18 +02:00
sqlite3 Fix any sqlite field migration deleting all implicit m2m tables 2014-03-18 16:54:35 +13: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