django1/django/db/backends
Tim Graham c9e538b174 [1.8.x] Removed threading fallback imports.
Django imports threading in many other places without fallback.

Backport of 18f3e79b13 from master
2015-02-01 18:45:01 -05:00
..
base [1.8.x] Removed threading fallback imports. 2015-02-01 18:45:01 -05:00
dummy Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
mysql Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
oracle [1.8.x] Fixed #24164 -- Fixed Oracle GIS limited aggregation test failure. 2015-01-30 06:34:36 -05:00
postgresql_psycopg2 [1.8.x] Removed PostgreSQL DatabaseWrapper._set_isolation_level(). 2015-01-31 11:06:03 -05:00
sqlite3 [1.8.x] Fixed #24154 -- Backends can now check support for expressions 2015-01-27 14:47:38 +11: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 Add a useful stacklevel to some RemovedInDjango19Warnings 2014-03-27 15:44:52 +13:00
utils.py Fixed #23941 -- Removed implicit decimal formatting from expressions. 2014-12-12 10:17:48 -05:00