| Age | Commit message (Expand) | Author |
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner |
| 2013-01-06 | Fixed #19173 -- Made EmptyQuerySet a marker class only | Anssi Kääriäinen |
| 2012-08-12 | [py3] Refactored __unicode__ to __str__. | Aymeric Augustin |
| 2012-07-22 | [py3] Replaced unicode/str by six.text_type/bytes. | Aymeric Augustin |
| 2012-06-07 | Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. | Claude Paroz |
| 2012-04-29 | Fixed #18013 -- Use the new 'as' syntax for exceptions. | Claude Paroz |
| 2012-03-30 | Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks... | Claude Paroz |
| 2012-02-05 | Fixed #11670 -- Prevented genuine model fields named 'year', 'month', 'gt', '... | Julien Phalip |
| 2011-10-13 | Convert all modeltests to use absolute imports, rather than relative ones. | Alex Gaynor |
| 2011-08-12 | Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl. | Jannis Leidel |
| 2011-07-13 | Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t... | Jannis Leidel |
| 2011-03-26 | Fixed #15647 -- Changed in_bulk() not to type check its input, which now allo... | Adrian Holovaty |
| 2010-11-21 | Fixed #5768 -- Added support for ManyToManyFields and reverse relations in va... | Carl Meyer |
| 2010-11-02 | Migrated lookup doctests. Thanks to George Sakkis for the patch. | Russell Keith-Magee |
| 2010-10-11 | Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,... | Russell Keith-Magee |
| 2010-01-10 | Fixed #12142 -- EmptyQuerySet.update() no longer updates all rows in the data... | Adrian Holovaty |
| 2009-12-22 | Fixed #1142 -- Added multiple database support. | Russell Keith-Magee |
| 2009-12-19 | Fixed #12251 - QuerySet.in_bulk() should accept set/frozenset | Luke Plant |
| 2009-10-24 | Fixed a bug in r11646 - refs #11402 | Luke Plant |
| 2008-12-16 | Removed one test that is only intended for PostgreSQL from the visibility of | Malcolm Tredinnick |
| 2008-12-09 | Fixed #9778 -- Added some special casing of the "Join on field 'abc'" error | Malcolm Tredinnick |
| 2008-08-08 | Fixed #6523 -- Use the correct cast on field types for PostgreSQL when | Malcolm Tredinnick |
| 2008-07-18 | Removed the mysql_old backend. It smells bad and has no friends. | Malcolm Tredinnick |
| 2008-04-27 | Merged the queryset-refactor branch into trunk. | Malcolm Tredinnick |
| 2008-03-19 | Replaced dict reprs in tests with explicit looks at each key. This should fix... | Jacob Kaplan-Moss |
| 2007-08-05 | Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For... | Gary Wilson Jr |
| 2007-07-27 | Added unit test that confirms a bug in ValuesQuerySets that have extra(select... | Adrian Holovaty |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-07-01 | Made the reg-exp lookup tests more robust. they now pass for all database | Malcolm Tredinnick |
| 2007-06-27 | Fixed #1465: added support for regex lookups. Thanks, Tom Tobin. | Jacob Kaplan-Moss |
| 2007-05-31 | Fixed #3050: you can now use extra(select=...) with values(). Thanks, Honza Kral | Jacob Kaplan-Moss |
| 2007-05-06 | Fixed comma splice in error message introduced in [5133] | Adrian Holovaty |
| 2007-05-01 | Fixed #4130 -- Added more self-explanatory error message when a typo is made in | Malcolm Tredinnick |
| 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-23 | Fixed #3283 -- Added support for empty QuerySets via none() method. Thanks fo... | Adrian Holovaty |
| 2006-08-27 | Refs #2333 - Modified runtests script to use new testing framework. Migrated ... | Russell Keith-Magee |
| 2006-08-11 | Fixed #2458 -- DB API now properly escapes backslashes, so you don't have to ... | Adrian Holovaty |
| 2006-06-28 | Fixed #1754, #2211, #2192 -- allow date filtering comparisons to use strings as | Malcolm Tredinnick |
| 2006-06-20 | Fixed bad formatting in 'lookup' model tests from [3157] | Adrian Holovaty |
| 2006-06-20 | Fixed #1857 -- Fixed get_previous_by_FIELD and get_next_by_FIELD to work | Malcolm Tredinnick |
| 2006-06-04 | Changed all model unit tests to use __str__() instead of __repr__(). Also sli... | Adrian Holovaty |
| 2006-05-06 | Fixed #1781 -- Fixed unit tests to use new error message for DoesNotExist. Th... | Adrian Holovaty |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |