django/django/db
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
..
backends Fixed #21126 -- QuerySet value conversion failure 2013-09-25 20:47:57 +03:00
migrations Add reverse_code optional argument to RunPython 2013-09-25 17:21:20 +01:00
models Fixed #21126 -- QuerySet value conversion failure 2013-09-25 20:47:57 +03:00
__init__.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
transaction.py Tested exc_type instead of exc_value in __exit__. 2013-09-04 16:19:04 -05:00
utils.py Fixed #21109 -- made db cursor error wrapping faster 2013-09-17 12:18:55 +03:00