django1/django/db/backends
Anssi Kääriäinen d7ae0bc372 [1.6.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:50:48 +03:00
..
dummy Deprecated transaction.commit/rollback_unless_managed. 2013-03-11 14:48:54 +01:00
mysql Used six.moves.zip_longest, new in six 1.4.0. 2013-09-03 07:34:45 -05:00
oracle [1.6.x] Fixed #20707 -- Added explicit quota assignment to Oracle test user 2013-09-09 14:02:21 +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] Replaced "not PY3" by "PY2", new in six 1.4.0. 2013-09-03 07:34:45 -05:00
__init__.py [1.6.x] Fixed #21126 -- QuerySet value conversion failure 2013-09-25 20:50:48 +03: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 [1.6.x] Fixed #21109 -- made db cursor error wrapping faster 2013-09-17 12:31:13 +03:00