django1/django/db/backends
Alex Gaynor 996564df4d [1.7.x] Fix many many typos in comments throughout the codebase
Backport of 2bcb8bfc8d from master
2014-04-26 14:35:57 -04:00
..
dummy A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
mysql [1.7.x] Fixed #22321 -- Wrapped exceptions in _set_autocommit. 2014-04-10 23:06:58 +02:00
oracle [1.7.x] Made sure cursor.close() does not complain if cursor is already closed on Oracle 2014-04-25 01:35:38 +03:00
postgresql_psycopg2 [1.7.x] Fixed #3214 -- Stopped parsing SQL with regex. 2014-04-26 17:46:57 +02:00
sqlite3 [1.7.x] Set some transaction-related feature flags on SQLite. 2014-04-25 11:45:58 +02:00
__init__.py [1.7.x] Fix many many typos in comments throughout the codebase 2014-04-26 14:35:57 -04:00
creation.py Reorganized the database test settings 2014-03-09 03:57:18 +02:00
schema.py [1.7.x] Fixed #22498 -- constraint name was not quoted in FK creation SQL 2014-04-25 01:35:59 +03: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.7.x] Add a useful stacklevel to some RemovedInDjango19Warnings 2014-03-27 06:11:01 -04:00
utils.py [1.7.x] Prevented a crash in the cursor wrappers on Oracle. 2014-04-24 08:43:16 +02:00