django1/django/db/models/sql
Tim Graham 67732a9b18 Fixed #24687 -- Added select_related() validation for nested non-relational fields.
The removed test was added in the original select_related() validation
patch (45d4e43d2d), but there doesn't
seem to be any reason for it.

Thanks Claude Paroz for help and review.
2015-10-10 09:48:50 -04:00
..
__init__.py Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
compiler.py Fixed #24687 -- Added select_related() validation for nested non-relational fields. 2015-10-10 09:48:50 -04:00
constants.py Fixed #24020 -- Refactored SQL compiler to use expressions 2015-01-08 14:07:54 -05:00
datastructures.py Fixed #25331 -- Removed trailing blank lines in docstrings. 2015-08-31 17:37:21 -04:00
query.py Refs #14030 -- Removed backwards compatiblity for old-style aggregates. 2015-09-23 19:31:10 -04:00
subqueries.py Fixed #24509 -- Added Expression support to SQLInsertCompiler 2015-09-22 23:35:24 +10:00
where.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00