summaryrefslogtreecommitdiff
path: root/django/db/models/sql/datastructures.py
AgeCommit message (Expand)Author
2008-03-18queryset-refactor: Undo [7220] and allow ordering on multi-valued field.Malcolm Tredinnick
2008-03-13queryset-refactor: Changed the return type of an internal function.Malcolm Tredinnick
2008-02-27queryset-refactor: Moved the Query subclasses into their own file.Malcolm Tredinnick
2007-12-22queryset-refactor: Work around the fact that "where id is NULL" can return di...Malcolm Tredinnick
2007-12-19queryset-refactor: Made qs.dates(...).count() work.Malcolm Tredinnick
2007-10-14queryset-refactor: Made all the changes needed to have count() work properlyMalcolm Tredinnick
2007-10-14queryset-refactor: Ported DateQuerySet and ValueQuerySet over and fixed most ofMalcolm Tredinnick
2007-09-13Initial portion of queryset rewrite. This breaks a lot more than it fixes inMalcolm Tredinnick