summaryrefslogtreecommitdiff
path: root/django/db/models/query.py
AgeCommit message (Expand)Author
2006-06-08Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty
2006-06-07Added Manager.get_or_create()Adrian Holovaty
2006-06-03Fixed #593 -- Added 'search' DB-API lookup type, which does full-text index s...Adrian Holovaty
2006-06-01Fixed #1454 -- Improved DB API quote_only_if_word() so that it doesn't quote ...Adrian Holovaty
2006-05-31Fixed #2038 -- QuerySet._combine now combines where clause. Thanks, graham@da...Adrian Holovaty
2006-05-26Fixed bug with QuerySet.exclude() failing to do negations on Q objects, andLuke Plant
2006-05-26Made negative indexing on QuerySet instances raise an assertion error (previo...Luke Plant
2006-05-23Fixed bug with Meta.ordering being ignored when slicing a single item off a Q...Luke Plant
2006-05-14Fixed #1530 -- make count() respect distinct() on QuerySets. Create someMalcolm Tredinnick
2006-05-06Made QuerySet slicing return IndexError instead of DoesNotExist (and related ...Luke Plant
2006-05-06Fixed #1776 -- Fixed bug in DateQuerySet when the field is null. Thanks, Chri...Adrian Holovaty
2006-05-06Fixed QuerySet __getitem__ corner case so that it throws exceptions consistentlyLuke Plant
2006-05-06Fixed #1579 - added support for 'Q' objects in limit_choices_to.Luke Plant
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty