| Age | Commit message (Expand) | Author |
| 2010-01-27 | Fixed #7270 -- Added the ability to follow reverse OneToOneFields in select_r... | Russell Keith-Magee |
| 2010-01-22 | Fixed #12540, #12541 -- Added database routers, allowing for configurable dat... | Russell Keith-Magee |
| 2010-01-21 | Fixed #12582. Model validation on ForeignKeys now respects limit_choices_to. ... | Joseph Kocherhans |
| 2010-01-14 | Fixed #12560. Changed validate_unique to stop checking null primary key value... | Joseph Kocherhans |
| 2010-01-14 | Fixed #12386 -- Corrected the column names produced for autogenerated m2m tab... | Russell Keith-Magee |
| 2010-01-13 | Fixed #5390 -- Added signals for m2m operations. Thanks to the many people (i... | Russell Keith-Magee |
| 2010-01-12 | Fixed some bad indentation | Luke Plant |
| 2010-01-12 | Fixed #12512. Changed ModelForm to stop performing model validation on fields... | Joseph Kocherhans |
| 2010-01-10 | Changed a whole bunch of places to raise exception instances instead of old-s... | Adrian Holovaty |
| 2010-01-10 | Fixed #12537 -- Fixed error in Model.full_validate(). Thanks, gauss | Adrian Holovaty |
| 2010-01-10 | Fixed #12142 -- EmptyQuerySet.update() no longer updates all rows in the data... | Adrian Holovaty |
| 2010-01-09 | Fixed #10015 -- PostgreSQL 8.3+ no longer barfs when passing an integer as a ... | Adrian Holovaty |
| 2010-01-09 | Fixed #7235 -- EmptyQuerySet no longer raises and exception when it's filter(... | Adrian Holovaty |
| 2010-01-09 | Fixed #9638 - Added %(app_label)s to the related_name format string for abstr... | Jannis Leidel |
| 2010-01-09 | Fixed #12059 - Let TimeField.to_python correctly return a datetime.time objec... | Jannis Leidel |
| 2010-01-05 | Fixed a call to .using() that didn't make it into one of the model-validation... | Joseph Kocherhans |
| 2010-01-05 | Fixed another instance like [12099]. Thanks again, Alex Gaynor. | Joseph Kocherhans |
| 2010-01-05 | Fixed a regression in validate_unique introduced in [12098]. Thanks, Alex Gay... | Joseph Kocherhans |
| 2010-01-05 | Merged soc2009/model-validation to trunk. Thanks, Honza! | Joseph Kocherhans |
| 2009-12-24 | Fixed #12433 -- Corrected a typo in the text of the exception raised by RawQu... | Russell Keith-Magee |
| 2009-12-22 | Changes to get raw queries working on the oracle backend. | Ian Kelly |
| 2009-12-22 | Fixed #1142 -- Added multiple database support. | Russell Keith-Magee |
| 2009-12-22 | Fixed #11936 -- Removed deferred models from the list returned by the app_cac... | Russell Keith-Magee |
| 2009-12-20 | Fixed #11863: added a `Model.objects.raw()` method for executing raw SQL quer... | Jacob Kaplan-Moss |
| 2009-12-19 | Fixed #12258 - QuerySet.get() should clear ordering. | Luke Plant |
| 2009-12-19 | Fixed #12251 - QuerySet.in_bulk() should accept set/frozenset | Luke Plant |
| 2009-12-17 | Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than... | Jacob Kaplan-Moss |
| 2009-12-17 | Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten... | Karen Tracey |
| 2009-12-16 | Fixed #12389 - performance enhancement of get_models() | Luke Plant |
| 2009-12-16 | Fixed #12385: Made built-in field type descriptions in admindocs translatable... | Karen Tracey |
| 2009-12-12 | Fixed #7977: Fixed admindocs to use docstrings instead of a static array to l... | Karen Tracey |
| 2009-12-09 | Optimised use of 'in' operator on QuerySet using an explicit __contains__ met... | Luke Plant |
| 2009-11-20 | Fixed #12245 -- Corrected target app handling for auto-generated m2m models w... | Russell Keith-Magee |
| 2009-11-19 | Fixed #12242 -- Corrected a problem with masking extra selects() in a DateQue... | Russell Keith-Magee |
| 2009-11-13 | Fixed #12209 -- Made the through attribute on a m2m relation into a property ... | Russell Keith-Magee |
| 2009-11-11 | Fixed #12163 -- Corrected the unpickling of non-deferred models. Thanks to rf... | Russell Keith-Magee |
| 2009-11-10 | Fixed #12190 -- Corrected a regression in the ability to instantiate ForeignK... | Russell Keith-Magee |
| 2009-11-05 | Fixed #12168 -- Corrected the registration of m2m autocreated models when mod... | Russell Keith-Magee |
| 2009-11-03 | Fixed #12143 -- Corrected the naming of the 'to' column in recursive m2m mode... | Russell Keith-Magee |
| 2009-11-03 | Fixed #11795 -- Document (and slightly simplify) the use of inlines for m2m r... | Russell Keith-Magee |
| 2009-11-03 | Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc... | Russell Keith-Magee |
| 2009-11-01 | Fixed #12121 -- Modified __reduce__ on a model to avoid an infinite recursion... | Russell Keith-Magee |
| 2009-10-29 | Fixed #12057 -- Corrected regression of caching performance when a model cont... | Russell Keith-Magee |
| 2009-10-25 | Fixed #12079: Changed has_results to get a single result, thus preventing exi... | Karen Tracey |
| 2009-10-24 | Fixed a bug in r11646 - refs #11402 | Luke Plant |
| 2009-10-24 | Fixed #11402: added a `QuerySet.exists()` method. Thanks, Alex Gaynor. | Jacob Kaplan-Moss |
| 2009-09-16 | Fixed #11886 -- Corrected handling of F() expressions that use parentheses. T... | Russell Keith-Magee |
| 2009-06-15 | Fixed #9023 -- Corrected a problem where cached attribute values would cause ... | Russell Keith-Magee |
| 2009-06-15 | Fixed #11311 -- Reverted [10952], Refs #10785. Changeset [10952] caused probl... | Russell Keith-Magee |
| 2009-06-08 | Fixed #11194 -- Corrected loading of Proxy models from fixtures (and, by exte... | Russell Keith-Magee |