django1/django/db/backends
Claude Paroz 1e8eadc94e Fixed #15888 -- Made tablename argument of createcachetable optional
Thanks Aymeric Augustin for the report and the documentation and
Tim Graham for the review.
2013-10-14 13:24:40 +02:00
..
dummy A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
mysql Fixed "redefinition of unused 'foo' from line X" pyflakes warnings. 2013-10-10 11:09:42 -04:00
oracle Fixed #21189: Cleaned up usage of bare except clauses. 2013-10-05 11:50:03 +02:00
postgresql_psycopg2 Enforce ordering on PostgreSQL get_constraints cols (refs #21134) 2013-09-26 14:55:19 +01:00
sqlite3 Fixed #21235 -- Disabled savepoints for old versions of SQLite. 2013-10-07 10:47:50 +02:00
__init__.py Fixed #21134 -- Prevented queries in broken transactions. 2013-09-30 09:42:27 +02:00
creation.py Fixed #15888 -- Made tablename argument of createcachetable optional 2013-10-14 13:24:40 +02:00
schema.py Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04: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 Added backwards compatability shims for util modules. 2013-09-16 12:53:42 -04:00
utils.py Fixed #21134 -- Prevented queries in broken transactions. 2013-09-30 09:42:27 +02:00