summaryrefslogtreecommitdiff
path: root/django/db/models/sql/subqueries.py
AgeCommit message (Expand)Author
2008-04-28Migrated _setup_query() docstring to AmericaAdrian Holovaty
2008-04-28Fixed #7097 -- dates() queries now work as expected with select_related() -- ...Adrian Holovaty
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick