| Age | Commit message (Expand) | Author |
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner |
| 2013-02-23 | Proposed fix for #18162. | Tomek Paczkowski |
| 2012-12-08 | Fixed #19357 -- Allow non-ASCII chars in filesystem paths | Claude Paroz |
| 2012-10-26 | Fixed #15040 - Boolean fields return 0 and 1 when loaded through select_related | Luke Plant |
| 2012-09-01 | Fixed #18212 -- Standardized arguments of GenericIPAddressField | Claude Paroz |
| 2012-08-06 | Fixed #18724 -- Fixed IntegerField validation with value 0 | Brendan MacDonell |
| 2012-07-22 | [py3] Removed longs. | Aymeric Augustin |
| 2012-07-06 | Used skipIf decorator to skip image tests when PIL is not available | Claude Paroz |
| 2012-06-26 | Fixed #18515 -- Conditionally regenerated filename in FileField validation | Claude Paroz |
| 2012-06-07 | Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. | Claude Paroz |
| 2012-05-22 | Fixed #18317 -- Removed db specific raw SQL function from tests | Anssi Kääriäinen |
| 2012-05-17 | Fixed #9893 -- Validated the length of file names | Aymeric Augustin |
| 2012-04-29 | Fixed #18013 -- Use the new 'as' syntax for exceptions. | Claude Paroz |
| 2011-11-12 | Fix #16570: Restore ability to have decimal fields where max_digits equals de... | Karen Tracey |
| 2011-10-13 | Convert the remainder of the relative imports in the tests to be absolute imp... | Alex Gaynor |
| 2011-08-13 | Fixed #14695 -- Stopped model fields from incorrectly overwriting the field n... | Jannis Leidel |
| 2011-07-13 | Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t... | Jannis Leidel |
| 2011-05-03 | Fixed #5931 -- Added __repr__ to db fields. Thanks, Thomas Güttler, emulbreh... | Jannis Leidel |
| 2011-03-10 | Fixed #15559 - distinct queries introduced by [15607] cause errors with some ... | Luke Plant |
| 2011-03-09 | Fixed a bunch more tests that were failing in Oracle due to false assumptions... | Ian Kelly |
| 2011-03-03 | Updated test assertions that have been deprecated by the move to unittest2. I... | Russell Keith-Magee |
| 2011-02-21 | Fixed #11707 - limit_choices_to on a ForeignKey can render duplicate options ... | Luke Plant |
| 2010-10-11 | Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,... | Russell Keith-Magee |
| 2010-10-01 | Fixed #7048 -- Added ClearableFileInput widget to clear file fields. Thanks f... | Jannis Leidel |
| 2010-05-04 | Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds.... | Russell Keith-Magee |
| 2010-04-09 | Fixed #13293 -- Corrected a problem with the MySQL handling of boolean return... | Russell Keith-Magee |
| 2010-04-01 | Fixed #7190 -- Corrected a problem with Boolean value handling on the MySQL b... | Russell Keith-Magee |
| 2010-03-10 | Tests for [12744], which were accidentally left out of the commit. Refs #13071. | James Bennett |
| 2010-03-07 | Fixed #12913. Fields with choices now respect show_hidden_initial as a keywor... | Joseph Kocherhans |
| 2010-02-24 | Fixed #7190. Boolean fields now return bool values instead of 1 or 0. Thanks,... | Joseph Kocherhans |
| 2010-02-14 | Fixed #6054: work around PIL's installation brokeness by detecting either of ... | Jacob Kaplan-Moss |
| 2010-02-02 | Fixed #12667. Added optgroup validation support to model fields with choices.... | Joseph Kocherhans |
| 2010-01-09 | Fixed #10015 -- PostgreSQL 8.3+ no longer barfs when passing an integer as a ... | Adrian Holovaty |
| 2010-01-05 | Merged soc2009/model-validation to trunk. Thanks, Honza! | Joseph Kocherhans |
| 2009-12-22 | Fixed #1142 -- Added multiple database support. | Russell Keith-Magee |
| 2009-12-17 | Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten... | Karen Tracey |
| 2009-05-29 | Added test for pickling of a model with an `ImageField`, refs #11103. | Gary Wilson Jr |
| 2009-05-28 | Changes to `ImageFileDescriptor` and `ImageField` to fix a few cases of setti... | Gary Wilson Jr |
| 2009-04-12 | Fixed #10692 -- Fixed DecimalField lookups for extreme values. | Malcolm Tredinnick |
| 2009-04-10 | Fixed #9640, #10549: BooleanFields with choices, a default, and null=False no... | Jacob Kaplan-Moss |
| 2009-04-10 | Converted model_fields regression tests into unittests. | Jacob Kaplan-Moss |
| 2009-02-11 | Fixed #5903 -- DecimalField.get_default() now correctly returns a Decimal obj... | Brian Rosner |
| 2008-12-02 | Fixed #9706: made SlugField honor max_length in Oracle, matching the other ba... | Ian Kelly |
| 2008-11-12 | Fixed #5079 -- Avoid converting Decimals to floats during save to the database. | Karen Tracey |
| 2008-08-29 | Fixed #8101 -- Allow the strings '1' and '0' as filter values for boolean | Malcolm Tredinnick |
| 2008-08-27 | Removed oldforms, validators, and related code: | Gary Wilson Jr |
| 2008-08-02 | Fixed #7920 -- Made tests compatible with Python 2.6's Decimal repr change, p... | Gary Wilson Jr |
| 2008-07-30 | Fixed #8023 -- Allow filtering of DecimalFields (in models) using strings. | Malcolm Tredinnick |
| 2008-07-30 | Since max_digits and decimal_places are required on django.db.models.DecimalF... | Malcolm Tredinnick |
| 2008-07-29 | Fixed #7560 -- Moved a lot of the value conversion preparation for | Malcolm Tredinnick |