django1/django/db/backends
Aymeric Augustin d5589b4cd3 Removed some conditional code only needed under Python 2.6. 2013-07-01 12:02:17 +02:00
..
dummy Deprecated transaction.commit/rollback_unless_managed. 2013-03-11 14:48:54 +01:00
mysql Fixed #18592 -- Prevented crash when accessing MySQL _last_executed 2013-06-29 18:44:41 +02:00
oracle Support 'pyformat' style parameters in raw queries, Refs #10070 2013-06-28 06:59:10 +03:00
postgresql_psycopg2 Fixed #20462 -- null/non-string regex lookups are now consistent 2013-06-26 08:13:26 -04:00
sqlite3 Removed some conditional code only needed under Python 2.6. 2013-07-01 12:02:17 +02:00
__init__.py Introduced getters for connection.autocommit and .needs_rollback. 2013-06-30 15:57:00 +02:00
creation.py Advanced deprecation warnings for Django 1.7. 2013-06-29 18:49:37 +02: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 Replaced `and...or...` constructs with PEP 308 conditional expressions. 2013-05-26 23:47:50 -03:00