django/django/db
Tai Lee b495c24375 [1.5.x] Fixed #16436 -- defer + annotate + select_related crash
Correctly calculate the ``aggregate_start`` offset from loaded fields,
if any are deferred, instead of ``self.query.select`` which includes all
fields on the model.

Backpatch of 69f7db153d from master.
2013-10-09 13:55:32 +03:00
..
backends [1.5.x] Fixed #21126 -- QuerySet value conversion failure 2013-09-25 20:53:00 +03:00
models [1.5.x] Fixed #16436 -- defer + annotate + select_related crash 2013-10-09 13:55:32 +03:00
__init__.py [1.5.x] Removed try-except in django.db.close_connection() 2013-02-13 00:22:10 +02:00
transaction.py [1.5.x] Fixed #19707 -- Reset transaction state after requests 2013-02-10 14:09:58 +02:00
utils.py [1.5.x] Removed try-except in django.db.close_connection() 2013-02-13 00:22:10 +02:00