| Age | Commit message (Expand) | Author |
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner |
| 2012-11-05 | Fixed #8627 -- Prevented textareas to swallow first newline content | Claude Paroz |
| 2012-10-03 | Fixed #14567 -- Made ModelMultipleChoiceField return EmptyQuerySet as empty v... | Stephen Burrows |
| 2012-08-12 | [py3] Refactored __unicode__ to __str__. | 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 much of the regression tests to use absolute imports. There's still ... | Alex Gaynor |
| 2010-11-18 | Fixed #14234 -- Re-validating a model instance added via ModelForm no longer ... | Carl Meyer |
| 2010-11-16 | Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley... | Russell Keith-Magee |
| 2010-10-12 | Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given func... | Alex Gaynor |
| 2010-08-14 | Fixed #13679, #13231, #7287 -- Ensured that models that have ForeignKeys/Many... | Russell Keith-Magee |
| 2010-03-08 | Fixed #11940 - ModelForm evaluates callable default values on form class crea... | Luke Plant |
| 2010-01-16 | Fixed a form test from [12211] that didn't clean up after itself. Thanks, Ale... | Jacob Kaplan-Moss |
| 2010-01-12 | Fixed #12510. Changed ModelChoiceField to stop using some of its superclasses... | Joseph Kocherhans |
| 2009-05-10 | Fixed #10792 -- Ensured that ModelChoiceFields don't provide an empty option ... | Russell Keith-Magee |
| 2009-05-07 | Make sure that all uses of max_length in the test suite use values smaller th... | Jacob Kaplan-Moss |
| 2009-04-16 | Fixed #10363 -- Modified ModelForm handling to ensure that excluded fields ca... | Russell Keith-Magee |
| 2009-04-05 | Made a set of small test changes to avoid leaving temp files hanging around a... | Karen Tracey |
| 2009-01-16 | Fixed #10041: use a tempdir for files in the forms test. Thanks, Marty Alchin. | Jacob Kaplan-Moss |
| 2008-08-10 | Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features: | Gary Wilson Jr |
| 2008-07-21 | Corrected typo. | Gary Wilson Jr |
| 2008-07-19 | Fixed #6009 -- Added regression tests to show that uploading non-ASCII | Malcolm Tredinnick |
| 2008-07-19 | Fixed #7741: django.newforms is now django.forms. This is obviously a backwar... | Jacob Kaplan-Moss |
| 2007-11-18 | Fixed #5975 -- Gave `ModelChoiceField` and `ModelMultipleChoiceField` ability... | Gary Wilson Jr |
| 2007-10-22 | Changed field to "def_date" from "date" in new tests from [6568] so we can ru... | Matt Boersma |
| 2007-10-20 | Fixed #899 -- Use model field default values as formfield initial values in | Malcolm Tredinnick |
| 2007-09-15 | Fixed #4415 -- Added formfield method to PositiveIntegerField, so that those ... | Russell Keith-Magee |
| 2007-05-12 | Removed unit tests added in [5196]; didn't notice the tests in modeltests/mod... | Russell Keith-Magee |
| 2007-05-12 | Added unit tests for form_for_model and form_for_instance. | Russell Keith-Magee |
| 2006-10-28 | Split django.newforms into forms, fields, widgets, util. Also moved unit test... | Adrian Holovaty |