django1/django/db/backends
Claude Paroz 59b0c48ce2 Fixed #18592 -- Prevented crash when accessing MySQL _last_executed
Thanks reames at asymmetricventures.com for the report.
2013-06-29 18:44:41 +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 Support 'pyformat' style parameters in raw queries, Refs #10070 2013-06-28 06:59:10 +03:00
__init__.py Support 'pyformat' style parameters in raw queries, Refs #10070 2013-06-28 06:59:10 +03:00
creation.py Replaced `and...or...` constructs with PEP 308 conditional expressions. 2013-05-26 23:47:50 -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 Replaced `and...or...` constructs with PEP 308 conditional expressions. 2013-05-26 23:47:50 -03:00