django1/django/db/backends
Aymeric Augustin 6d3d6081e8 [1.5.x] Fixed #20025 -- Pointed to a MySQLdb fork for Python 3.
Made a few minor compatibility adjustments.

Backport of e81e319f from master.
2013-05-10 10:23:15 +02:00
..
dummy [1.5.x] Fixed #19192 -- Allowed running tests with dummy db backend 2013-01-04 14:03:55 +01:00
mysql [1.5.x] Fixed #20025 -- Pointed to a MySQLdb fork for Python 3. 2013-05-10 10:23:15 +02:00
oracle [1.5.x] Fixed Oracle regression in last_executed_query() with unicode strings 2013-02-23 00:31:14 +02:00
postgresql_psycopg2 [1.5.x] Fixed #19638 -- Skipped tx support testing for some DBs 2013-02-10 19:08:15 +02:00
sqlite3 [1.5.x] Fixed #19351 -- SQLite bulk_insert of more than 500 single-field objs 2012-11-24 01:20:22 +02:00
__init__.py [1.5.x] Fixed #19634 -- Added proper __hash__ methods. 2013-02-25 23:37:23 +01:00
creation.py [1.5.x] Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to jgelens for the original patch. Backport of 4285571c5a. 2012-11-04 10:26:59 -08: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.5.x] Fixed #18989 -- Removed unused condition in CursorWrapper 2012-11-17 16:54:12 +01:00