| Age | Commit message (Expand) | Author |
| 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 |
| 2010-04-28 | Fixed #12986 -- Ensured that SelectDateField repopulates correctly when USE_L... | Russell Keith-Magee |
| 2010-04-21 | Fixed #13374 -- Modified a test so that it can pass under PyPy. This is a rei... | Russell Keith-Magee |
| 2010-04-20 | Revert part of r12998 that prevents the forms doctests in tests.py from running. | Karen Tracey |
| 2010-04-19 | Fixed #13374 -- Corrected some more minor issues causing problems for PyPy. T... | Russell Keith-Magee |
| 2010-04-12 | Fixed #13229 -- Corrected a test failure caused by the change in Finnish muni... | Russell Keith-Magee |
| 2010-03-27 | Fixed #13023 - Removed ambiguity with regard to the max_num option of formset... | Jannis Leidel |
| 2010-03-12 | Fixed #11801 -- Corrected form validation to ensure you can still get deleted... | Russell Keith-Magee |
| 2010-03-09 | Fixed #12048 - MultiWidget does not define `__deepcopy__` | Luke Plant |
| 2010-03-08 | Fixed #11940 - ModelForm evaluates callable default values on form class crea... | Luke Plant |
| 2010-03-07 | Fixed #12858. DateTime related widgets now handle custom formats properly in ... | Joseph Kocherhans |
| 2010-03-03 | Expanded the fix in [12663] to cover CSS declarations, which were also affect... | James Bennett |
| 2010-03-03 | Fixed #12879: Declaring the same JS file multiple times in a single Media ins... | James Bennett |
| 2010-02-28 | Fixed #12989 - Fixed verification of IDN URLs. Thanks to Fraser Nevett for th... | Jannis Leidel |
| 2010-02-23 | Fixed #9336. Changed CheckboxInput to render 'True' and 'False' input strings... | Joseph Kocherhans |
| 2010-02-23 | Fixed #12878. Formset-wide errors are now rendered properly as html. | Joseph Kocherhans |
| 2010-02-23 | Fixed #11860. Changed NullBooleanSelect's _has_changed method to repect diffe... | Joseph Kocherhans |
| 2010-02-22 | Fixed #7777 -- Added validation handling for NaN, Inf and -Inf in DecimalFiel... | Russell Keith-Magee |
| 2010-02-21 | Fixed #9764 - Updated EmailField and URLField to support IDN (Internationaliz... | Jannis Leidel |
| 2010-02-01 | Fixed #12692 - Properly handle the extra clause of admin inline formsets. Als... | Jannis Leidel |
| 2010-01-26 | Fixed #12508 - Added ability to dynamically add inlines in the admin app. | Jannis Leidel |
| 2010-01-17 | Fixed test introduced in r12044 to actually test the issue. | Jannis Leidel |
| 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 |
| 2010-01-09 | Removed unneeded import, thanks Alex Gaynor. | Jannis Leidel |
| 2010-01-09 | Fixed #12466 - Set HTML class attributes for each field separately. Thanks fo... | Jannis Leidel |
| 2010-01-09 | Fixed #11301 - Properly hide SplitHiddenDateTimeWidget. Thanks to David Gould... | Jannis Leidel |