| Age | Commit message (Expand) | Author |
| 2007-03-22 | Fixed #2351 -- Fixed problem with using ".count" attribute of QuerySets in | Malcolm Tredinnick |
| 2007-03-20 | Fixed #3738 -- Minor inline documentation fix. Thanks, Simon. | Russell Keith-Magee |
| 2007-02-28 | Added a "depth" argument to select_related() to control how many "levels" of ... | Jacob Kaplan-Moss |
| 2007-02-23 | Fixed silly typo in [4651]. | Jacob Kaplan-Moss |
| 2007-02-23 | Fixed #3541: queryset.count() now respects the queryset cache. | Jacob Kaplan-Moss |
| 2007-02-14 | Changed __year lookup to use a BETWEEN SQL statement instead of comparing the... | Adrian Holovaty |
| 2007-02-12 | #fixed #2256 -- Made count() interact with slicing on QuerySets. Patch from | Malcolm Tredinnick |
| 2007-02-10 | Fixed #3463 -- EmptyQuerySet's iterator() now returns a generator. Thanks, Ga... | Adrian Holovaty |
| 2007-02-10 | Fixed #2348 -- Improved error reporting when query filter arguments are | Malcolm Tredinnick |
| 2007-01-25 | Fixed #3215, #3081, #2749 -- Fixed problem with mistaken deletion of objects ... | Russell Keith-Magee |
| 2007-01-23 | Fixed #3283 -- Added support for empty QuerySets via none() method. Thanks fo... | Adrian Holovaty |
| 2007-01-04 | Fixed #2473 -- Added special case for '__in=[]' (empty set) queries, because ... | Russell Keith-Magee |
| 2006-10-14 | Fixes #2737 -- Added code to allow None as a query value for __exact queries,... | Russell Keith-Magee |
| 2006-09-25 | Made ``pk`` a generic expansion for the primary key, rather than just an expa... | Russell Keith-Magee |
| 2006-07-20 | Fixed #2379 -- Fixed 'search' DB lookup parameter, which was broken by [3248]... | Adrian Holovaty |
| 2006-07-11 | Added local 'qn' variable for backend.quote_name in django.db.models.query.de... | Adrian Holovaty |
| 2006-07-11 | Added local 'qn' variable for backend.quote_name in django.db.models.query.fi... | Adrian Holovaty |
| 2006-07-11 | Removed references to LOOKUP_SEPARATOR in django.db.models.query.lookup_inner | Adrian Holovaty |
| 2006-07-11 | Removed unnecessary 'except: raise' in django.db.models.query.lookup_inner | Adrian Holovaty |
| 2006-07-11 | Added local 'qn' variable for backend.quote_name in django.db.models.query.lo... | Adrian Holovaty |
| 2006-07-11 | Renamed 'clause' variable to 'lookup_type' in django.db.models.query.lookup_i... | Adrian Holovaty |
| 2006-07-11 | Fixed #1614 -- get_sql(), lookup_inner() and parse_lookup() no longer return ... | Adrian Holovaty |
| 2006-07-08 | Made two small changes to comments in django.db.models.query | Adrian Holovaty |
| 2006-07-01 | Formatting fix for [3248] | Adrian Holovaty |
| 2006-07-01 | Fixes #2271 -- Added code to imply !__exact on any query argument that doesn'... | Russell Keith-Magee |
| 2006-07-01 | Fixed #2217 -- Allowed raw objects to be used in __exact and __in query terms... | Russell Keith-Magee |
| 2006-06-27 | Added {{{Manager.create()}}} method to create and save an object in a single ... | Jacob Kaplan-Moss |
| 2006-06-08 | Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan... | Adrian Holovaty |
| 2006-06-07 | Added Manager.get_or_create() | Adrian Holovaty |
| 2006-06-03 | Fixed #593 -- Added 'search' DB-API lookup type, which does full-text index s... | Adrian Holovaty |
| 2006-06-01 | Fixed #1454 -- Improved DB API quote_only_if_word() so that it doesn't quote ... | Adrian Holovaty |
| 2006-05-31 | Fixed #2038 -- QuerySet._combine now combines where clause. Thanks, graham@da... | Adrian Holovaty |
| 2006-05-26 | Fixed bug with QuerySet.exclude() failing to do negations on Q objects, and | Luke Plant |
| 2006-05-26 | Made negative indexing on QuerySet instances raise an assertion error (previo... | Luke Plant |
| 2006-05-23 | Fixed bug with Meta.ordering being ignored when slicing a single item off a Q... | Luke Plant |
| 2006-05-14 | Fixed #1530 -- make count() respect distinct() on QuerySets. Create some | Malcolm Tredinnick |
| 2006-05-06 | Made QuerySet slicing return IndexError instead of DoesNotExist (and related ... | Luke Plant |
| 2006-05-06 | Fixed #1776 -- Fixed bug in DateQuerySet when the field is null. Thanks, Chri... | Adrian Holovaty |
| 2006-05-06 | Fixed QuerySet __getitem__ corner case so that it throws exceptions consistently | Luke Plant |
| 2006-05-06 | Fixed #1579 - added support for 'Q' objects in limit_choices_to. | Luke Plant |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |