django1/django/db/backends
Claude Paroz 58157be5ad [1.6.x] Fixed #20984 -- Stopped decoding bytes in sqlite3 adapter on Python 3
Thanks lvella at gmail.com for the report.
Backport of 169637649 from master.
2013-08-29 08:43:35 +02:00
..
dummy Deprecated transaction.commit/rollback_unless_managed. 2013-03-11 14:48:54 +01:00
mysql [1.6.x] Fixed #18592 -- Prevented crash when accessing MySQL _last_executed 2013-06-29 18:48:05 +02:00
oracle [1.6.x] Fixed #20785 -- Corrected exception caught for Oracle LIKE operator detection 2013-07-30 03:32:02 +03:00
postgresql_psycopg2 [1.6.x] Fixed #20829 -- Skip postgis metadata tables with introspection 2013-08-16 21:21:41 +02:00
sqlite3 [1.6.x] Fixed #20984 -- Stopped decoding bytes in sqlite3 adapter on Python 3 2013-08-29 08:43:35 +02:00
__init__.py [1.6.x] Introduced getters for connection.autocommit and .needs_rollback. 2013-06-30 16:29:57 +02:00
creation.py [1.6.x] Fixed #17519 -- Fixed missing SQL constraints to proxy models. 2013-08-02 08:42:19 -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 Replaced `and...or...` constructs with PEP 308 conditional expressions. 2013-05-26 23:47:50 -03:00