django1/django/db/backends
Claude Paroz cdf7f90f95 [1.8.x] Fixed #24791 -- Added fallback when 'postgres' database isn't available
Thanks Carl Meyer and Tim Graham for the reviews.
Backport of 322605035 from master.
2015-05-15 18:46:05 +02:00
..
base [1.8.x] Fixed #24791 -- Added fallback when 'postgres' database isn't available 2015-05-15 18:46:05 +02:00
dummy [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
mysql [1.8.x] Fixed #24757 -- Recreated MySQL index when needed during combined index removal 2015-05-15 17:08:49 +02:00
oracle [1.8.x] Update converters to take a consistent set of parameters. 2015-02-20 11:47:48 +00:00
postgresql_psycopg2 [1.8.x] Fixed #24791 -- Added fallback when 'postgres' database isn't available 2015-05-15 18:46:05 +02:00
sqlite3 [1.8.x] Allowed using the sqlite3 backend as much as possible without _sqlite3. 2015-05-04 13:00:23 -04:00
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05: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 [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
utils.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00