summaryrefslogtreecommitdiff
path: root/django/db/models/query_utils.py
AgeCommit message (Expand)Author
2008-04-25queryset-refactor: Simplify the way filters are passed to the Query class.Malcolm Tredinnick
2008-03-15queryset-refactor: The EmptyResultSet exception was declared in two places.Malcolm Tredinnick
2008-03-15queryset-refactor: Fixed the "in" lookup type when using tuples.Malcolm Tredinnick
2008-02-28queryset-refactor: Fixed a few really silly errors in the Q class and negationMalcolm Tredinnick
2007-10-15queryset-refactor: Added ~ support to Q-objects. Based heavily on a patch fromMalcolm Tredinnick
2007-09-13Initial portion of queryset rewrite. This breaks a lot more than it fixes inMalcolm Tredinnick