django1/tests/queries
Anssi Kääriäinen b68212f539 Refs #24267 -- Implemented lookups for related fields
Previously related fields didn't implement get_lookup, instead
related fields were treated specially. This commit removed some of
the special handling. In particular, related fields return Lookup
instances now, too.

Other notable changes in this commit is removal of support for
annotations in names_to_path().
2015-03-25 08:05:22 -04:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixed #23605 -- Fixed nested subquery regression 2014-11-20 13:38:08 -05:00
tests.py Refs #24267 -- Implemented lookups for related fields 2015-03-25 08:05:22 -04:00