django1/django/db/models/sql
Marc Tamlyn 829dc3c5a6 Fixed #20094 - Be more careful when checking for Iterator
Python 2.6 has some different behaviour when checking
isinstance(foo, collections.Iterator).
2013-03-22 17:31:29 +01:00
..
__init__.py Remove all relative imports. We have always been at war with relative imports. 2011-10-18 00:47:49 +00:00
aggregates.py Fixed #19964 -- Removed relabel_aliases from some structs 2013-03-12 21:33:47 +02:00
compiler.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
constants.py Fixed #17260 -- Added time zone aware aggregation and lookups. 2013-02-16 09:19:04 +01:00
datastructures.py Fixed #19964 -- Removed relabel_aliases from some structs 2013-03-12 21:33:47 +02:00
expressions.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
query.py Removed unused import 2013-03-21 00:50:48 +02:00
subqueries.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
where.py Fixed #20094 - Be more careful when checking for Iterator 2013-03-22 17:31:29 +01:00