django1/django/db/backends
Anssi Kääriäinen 83554b018e 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.
2013-09-25 20:47:57 +03:00
..
dummy A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
mysql Removed double import in mysql base.py 2013-09-24 10:25:39 +02:00
oracle Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
postgresql_psycopg2 Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
sqlite3 Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
__init__.py Fixed #21126 -- QuerySet value conversion failure 2013-09-25 20:47:57 +03:00
creation.py Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
schema.py Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -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 Added backwards compatability shims for util modules. 2013-09-16 12:53:42 -04:00
utils.py Fixed #21109 -- made db cursor error wrapping faster 2013-09-17 12:18:55 +03:00