| Age | Commit message (Expand) | Author |
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner |
| 2012-12-19 | Fixed #18172 -- Made models with __iter__ usable in ModelMultipleChoiceField | Patryk Zawadzki |
| 2012-12-08 | Removed US localflavor-specific tests from core | Claude Paroz |
| 2012-08-14 | [py3] Fixed modeltests.model_forms tests. | Chris Lawlor |
| 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 |
| 2011-11-13 | Refs #17215: Avoid generating 47 leftover tmp dirs during a clean test run. | Karen Tracey |
| 2011-10-13 | Convert all modeltests to use absolute imports, rather than relative ones. | Alex Gaynor |
| 2011-07-13 | Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t... | Jannis Leidel |
| 2011-06-10 | Fixed #16198 -- Ported the model_forms doctests. Our long national nightmare ... | Russell Keith-Magee |
| 2011-04-22 | Fixed #6953 -- Correctly sort ManyToMany fields in ModelForms. Thanks, dgould... | Jannis Leidel |
| 2011-03-09 | Fixed a bunch more tests that were failing in Oracle due to false assumptions... | Ian Kelly |
| 2011-03-04 | Refs #15550 -- Corrected another primary-key ordering problem in the modelfor... | Russell Keith-Magee |
| 2011-03-04 | Fixed #15550 -- Corrected an ordering dependency in the model_forms doctests.... | Russell Keith-Magee |
| 2011-02-26 | Revert [15653], which was absolutely not ready to be committed. | Alex Gaynor |
| 2011-02-26 | Beginnings of test conversion. | Alex Gaynor |
| 2011-02-19 | Fixed #9161 -- Ensure that ModelMultipleChoiceField respects to_field_name in... | Russell Keith-Magee |
| 2011-01-09 | Fixed #14951 -- Made the unique_for_{date,month,year} model field constraints... | Ramiro Morales |
| 2010-08-06 | Fixed #8426 - added 'helptext' CSS class to help text in forms to aid in styling | Luke Plant |
| 2010-04-21 | Fixed the model_forms doctests to not depend on writer PKs, which are db-depe... | Karen Tracey |
| 2010-03-31 | Restored pre-r10062 behavior allowing None from formfield_callback to exclude... | Brian Rosner |
| 2010-03-16 | Fixed #12881: Corrected handling of inherited unique constraints. Thanks for ... | Karen Tracey |
| 2010-02-14 | Fixed #6054: work around PIL's installation brokeness by detecting either of ... | Jacob Kaplan-Moss |
| 2010-01-12 | Fixed #12512. Changed ModelForm to stop performing model validation on fields... | Joseph Kocherhans |
| 2010-01-10 | Fixed #9223 -- Added support for declarative widgets to ModelForm. I declare ... | Adrian Holovaty |
| 2010-01-05 | Merged soc2009/model-validation to trunk. Thanks, Honza! | Joseph Kocherhans |
| 2009-12-17 | Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten... | Karen Tracey |
| 2009-05-28 | Changes to `ImageFileDescriptor` and `ImageField` to fix a few cases of setti... | Gary Wilson Jr |
| 2009-05-11 | Fixed #10404: ImageField height_field and width_field options no longer depen... | Jacob Kaplan-Moss |
| 2009-05-02 | Fixed #10349 -- Modified ManyToManyFields to allow initial form values to be ... | Russell Keith-Magee |
| 2009-04-30 | Fixed #10134 -- Added unique_for_[date|day|month|year] validation to ModelFor... | Russell Keith-Magee |
| 2009-03-30 | Fixed #8746: Check data in raw_id_fields more closely. Thanks, dgouldin | Jacob Kaplan-Moss |
| 2009-03-30 | Fixed #10149. FileFields in a form now validate max_length. Based on a patch ... | Joseph Kocherhans |
| 2009-03-17 | Fixed #10512 -- Corrected the handling of extra fields on a ModelForm. Thanks... | Russell Keith-Magee |
| 2009-03-15 | Fixed #8164 -- Fields on a ModelForm are now ordered in the order specified i... | Russell Keith-Magee |
| 2009-02-16 | Fixed #10196: Restored setting of image file width and height fields lost in ... | Karen Tracey |
| 2009-02-16 | Fixed #10121: Restored code lost in r9766 that prevented overwriting an alrea... | Karen Tracey |
| 2009-01-23 | Fixed #10103: Testcase fix for Jython compatibility. Thanks for report and p... | Karen Tracey |
| 2009-01-19 | Fixed #10069 -- Fixed the model form unique validation code to not proceed wi... | Karen Tracey |
| 2008-11-05 | Fixed #9218 -- Simplified the fix from #9039 and added tests to ensure this c... | Karen Tracey |
| 2008-11-04 | Fixed #9418 -- When saving a model form, defer saving of file-type fields unt... | Karen Tracey |
| 2008-10-28 | Fixed #9039 take 2 -- Modified the new tests added in [9239] so they pass on ... | Karen Tracey |
| 2008-10-21 | Fixed #9039 -- Don't perform unique checks on NULL values, since NULL != NULL... | Karen Tracey |
| 2008-10-10 | Yet more file storage testing cleanup for the sake of buildbots; this should ... | Jacob Kaplan-Moss |
| 2008-09-02 | Fixed #8795: unique_together validation no longer fails on model forms that e... | Jacob Kaplan-Moss |
| 2008-09-02 | Fixed #8196 -- Make the model_form tests also pass if you don't have PIL | Malcolm Tredinnick |
| 2008-09-01 | Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen Tr... | Brian Rosner |
| 2008-09-01 | Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django... | Jacob Kaplan-Moss |
| 2008-09-01 | Repaired an oversight from [8772] that let made certain types of fields with ... | Jacob Kaplan-Moss |