django1/django/db/models
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
..
fields Fixed #12568 -- no error when accessing custom field's descriptor 2013-09-18 10:03:52 +03:00
sql Fixed #21126 -- QuerySet value conversion failure 2013-09-25 20:47:57 +03:00
__init__.py Fixed #20625 -- Chainable Manager/QuerySet methods. 2013-07-26 12:41:27 +03:00
aggregates.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
base.py Fixed #11811 -- Data-loss bug in queryset.update. 2013-09-06 17:15:23 -05:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Made MigrationWriter look for a "deconstruct" attribute on functions. 2013-09-10 10:12:23 -04:00
expressions.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
loading.py Merge remote-tracking branch 'core/master' into schema-alteration 2013-08-09 14:17:30 +01:00
manager.py Fixed #20826 -- Moved Manager.raw() and Manager._insert() to the QuerySet class. 2013-07-31 09:54:00 -04:00
options.py Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
query.py Removed an unused local var 2013-09-08 07:42:16 -07:00
query_utils.py Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
related.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
signals.py Fixed #20943 -- Weakly reference senders when caching their associated receivers 2013-08-21 22:30:45 +01:00