| Age | Commit message (Expand) | Author |
| 2010-12-18 | Converted Japanese localflavor doctests to unittests. We have always been at... | Alex Gaynor |
| 2010-12-18 | Fixed #14859 -- ITSocialSecurityNumberField and ITVatNumberField didn't handl... | Alex Gaynor |
| 2010-12-18 | Converted Icelandic localflavor doctests to unittests. We have always been a... | Alex Gaynor |
| 2010-12-18 | Fixed #14750 -- ILPostalCodeField didn't handle all EMPTY_VALUES correctly. ... | Alex Gaynor |
| 2010-12-18 | Converted Irish localflavor doctests to unittests. We have always been at wa... | Alex Gaynor |
| 2010-12-18 | Converted Indonesian localflavor doctests to unittests. We have always been ... | Alex Gaynor |
| 2010-12-18 | Converted generic localflavor doctests to unittests. We have always been at ... | Alex Gaynor |
| 2010-12-18 | Converted French localflavor doctests into unittests. We have always been at... | Alex Gaynor |
| 2010-12-18 | Converted Finnish localflavor doctests to unittests. We have always been at ... | Alex Gaynor |
| 2010-12-18 | Converted Spanish localflavor doctests to unittests. We have always been at ... | Alex Gaynor |
| 2010-12-18 | Converted Chilean localflavor doctests to unittests. We have always been at ... | Alex Gaynor |
| 2010-12-18 | Converted Swiss localflavor doctests to unittests. Thanks to Idan Gazit for ... | Alex Gaynor |
| 2010-12-18 | Converted Canadian localflavor doctests to unittests. We have always been at... | Alex Gaynor |
| 2010-12-18 | Converted the Brazillian localflavor doctests to unittests. We have always b... | Alex Gaynor |
| 2010-12-18 | Converted Belerusian localflavor tests to use the new, less verbose format. ... | Alex Gaynor |
| 2010-12-18 | Converted Australian localfavor doctests into unittests. We have always been... | Alex Gaynor |
| 2010-12-12 | Fixed #14158 -- Fixed SelectMultiple._has_changed to not assume same order of... | Jannis Leidel |
| 2010-12-12 | Fixed #14499 -- ATSocialSecurityNumberField now responds to all EMPTY_VALUES ... | Alex Gaynor |
| 2010-12-12 | Converted the Argentina localflavor doctests to unittests. We have always be... | Alex Gaynor |
| 2010-12-05 | Fixed #12398 -- Added a TypedMultipleChoiceField. Thanks to Tai Lee. | Russell Keith-Magee |
| 2010-12-04 | Fixed #14563 -- Added Turkish localflavor. Thanks to serkank for the patch. | Russell Keith-Magee |
| 2010-11-28 | Fixes #10427 -- Abstract the value generation of a BoundField | Chris Beaven |
| 2010-11-21 | Fixed #11418 -- formset.cleaned_data no longer raises AttributeError when is_... | Honza Král |
| 2010-11-21 | Fixes #13804 -- URLField validation failure for a url containing '://' on the... | Chris Beaven |
| 2010-11-20 | Fixed poorly-constructed test from r14612. Thanks to Alex Gaynor for the eagl... | Carl Meyer |
| 2010-11-19 | Began converting localflavor doctests into unittests, starting with the Germa... | Alex Gaynor |
| 2010-11-18 | Fixed #14234 -- Re-validating a model instance added via ModelForm no longer ... | Carl Meyer |
| 2010-11-17 | Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio... | Jannis Leidel |
| 2010-11-16 | Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley... | Russell Keith-Magee |
| 2010-11-01 | Added a filter to silence the RuntimeWarning in the Indonesian localflavor te... | Russell Keith-Magee |
| 2010-10-18 | Fixed #12074 -- Adding .as_p and as_ul methods to FormSet. Thanks arthurdeber... | Honza Král |
| 2010-10-18 | Fixed Indonesion localflavor tests, broken in r14195 | Honza Král |
| 2010-10-15 | Fixed #11350 -- added an Israeli localflavor. Thanks to Yuval and Idan Gazit... | Alex Gaynor |
| 2010-10-12 | Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given func... | Alex Gaynor |
| 2010-10-11 | Fixed #14349 -- Added Belgium localflavor. Thanks for the report and patch, L... | Jannis Leidel |
| 2010-10-11 | Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,... | Russell Keith-Magee |
| 2010-10-07 | Fixed #11907 -- EmailField now runs strip() on its input. This means mistaken... | Adrian Holovaty |
| 2010-10-01 | Fixed #7048 -- Added ClearableFileInput widget to clear file fields. Thanks f... | Jannis Leidel |
| 2010-09-12 | Added a test for hidden SplitDateTime fields. Thanks, seveas. | Malcolm Tredinnick |
| 2010-09-11 | Fixed #13390 -- `SplitDateTimeWidget` now recognizes when it's no longer requ... | Justin Bronn |
| 2010-08-24 | Fixed #14159 -- Corrected more potential uses of relative paths in tests. Tha... | Russell Keith-Magee |
| 2010-08-14 | Fixed #13679, #13231, #7287 -- Ensured that models that have ForeignKeys/Many... | Russell Keith-Magee |
| 2010-08-06 | Fixed #8426 - added 'helptext' CSS class to help text in forms to aid in styling | Luke Plant |
| 2010-08-06 | Fixed #13316 -- Modified the default behavior of PasswordInput to prevent ref... | Russell Keith-Magee |
| 2010-08-05 | Fixed #13621 -- Corrected the handling of input formats on date/time form fie... | Russell Keith-Magee |
| 2010-08-05 | Fixed #13732 -- Fixed minor typo in docstring. Thanks to schinckel for the re... | Russell Keith-Magee |
| 2010-05-23 | Fixed #13592 -- Make sure the SelectDateWidget works with dates before 1900 w... | Jannis Leidel |
| 2010-05-21 | Fixed #13560 -- Fixed localization of widgets. | Jannis Leidel |
| 2010-05-12 | Fixed #13524 -- Added backwards compatibility and feature notes regarding adm... | Russell Keith-Magee |
| 2010-05-04 | Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds.... | Russell Keith-Magee |