django/django/db/backends
Anssi Kääriäinen b7e5b5ba1e [1.5.x] Fixed #21126 -- QuerySet value conversion failure
A .annotate().select_related() query resulted in misaligned rows vs
columns for compiler.resolve_columns() method.

Report & patch by Michael Manfre.

Backpatch of 83554b018e from master.
2013-09-25 20:53:00 +03: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 #20707 -- Added explicit quota assignment to Oracle test user 2013-09-09 13:07:39 +03: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 #21126 -- QuerySet value conversion failure 2013-09-25 20:53:00 +03: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