| Age | Commit message (Expand) | Author |
| 2012-05-08 | [1.4.x] Fixed #17976 -- Made forms.BooleanField pickleable. | Aymeric Augustin |
| 2012-02-04 | Fixed #17542 -- Gracefully handle errors when checking if the values of a Sel... | Jannis Leidel |
| 2012-02-04 | Fixed #14184 -- Enabled running the validators in MultiValueFields. Thanks, p... | Jannis Leidel |
| 2012-01-31 | Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ... | Carl Meyer |
| 2011-12-07 | Changed BoundField.subwidgets() to return SubWidget objects instead of render... | Adrian Holovaty |
| 2011-12-07 | Fixed typo in a test name in form tests | Adrian Holovaty |
| 2011-12-07 | Made BoundFields iterable, so that you can iterate over individual radio butt... | Adrian Holovaty |
| 2011-11-21 | Fixed #17114 -- Handled integer values 0 and 1 for checkboxes like other inte... | Aymeric Augustin |
| 2011-11-15 | Fixed #15912 -- Ensured that `forms.CharField.widget_attrs()` always returns ... | Julien Phalip |
| 2011-11-13 | Refs #17215: Avoid generating 47 leftover tmp dirs during a clean test run. | Karen Tracey |
| 2011-11-13 | Fixed #17134: Corrected Python 2.5 fallback code for parsing microseconds in ... | Karen Tracey |
| 2011-11-12 | Fixed #17190 -- Ensured that the `NullBooleanSelect` widget's options get laz... | Julien Phalip |
| 2011-11-07 | Fixed #17125 -- Made it possible to change a `RegexField`'s regular expressio... | Julien Phalip |
| 2011-11-06 | Fixed #17165 -- Fixed `SelectDateWidget._has_changed()` to work correctly wit... | Julien Phalip |
| 2011-10-31 | Fixed #16816 -- Tweaked the test mock for `URLField.verify_exists` to allow t... | Julien Phalip |
| 2011-10-28 | Fixed #17127 -- Made field validators list independent per form instance. Tha... | Carl Meyer |
| 2011-10-14 | Switch several assertNumQueries to use the context manager, which is much mor... | Alex Gaynor |
| 2011-10-13 | Fix a Python 2.5-ism. | Alex Gaynor |
| 2011-10-13 | Convert much of the regression tests to use absolute imports. There's still ... | Alex Gaynor |
| 2011-10-13 | Remove a handful of `import *` from the tests. | Alex Gaynor |
| 2011-09-18 | Fixes #8103 -- Select widget should only allow for one selected option | Chris Beaven |
| 2011-09-10 | Fixed #11404. Added ``FormSet.has_changed``, for consistancy with ``Form.has... | Alex Gaynor |
| 2011-09-10 | Make ``Formset.__getitem__`` O(1), rather than O(n). If you override ``__ite... | Alex Gaynor |
| 2011-09-10 | Altered the behavior of URLField to avoid a potential DOS vector, and to avoi... | Russell Keith-Magee |
| 2011-09-10 | Fixed #15722: ensure formsets evaluate to True even if they have no forms. Th... | Karen Tracey |
| 2011-09-09 | Fixes #16664 -- URLField's to_python method fails with ValueError on some url... | Chris Beaven |
| 2011-09-09 | Fix and test for cleaning a non-string value in a URLField | Chris Beaven |
| 2011-08-24 | Fixed #15837. Consolidated all the locaflavor tests into a single, logical, p... | Julien Phalip |
| 2011-08-23 | Reverted r16662 -- There are bunch of problems with this patch, including fai... | Russell Keith-Magee |
| 2011-08-23 | Fixed #16202 -- Added a Slovenian localflavor. Thanks to Jure Cuhalev <gandal... | Russell Keith-Magee |
| 2011-08-23 | Fixed #15838 -- Promoted assertFieldOutput to a general test utility. Thanks ... | Russell Keith-Magee |
| 2011-08-13 | Fixed #14503 -- Unified multiple implementations of test cases assert* method... | Ramiro Morales |
| 2011-08-12 | Fixed #10405 -- Raise a more useful error if the formfield of a related model... | Jannis Leidel |
| 2011-07-29 | Fixed #16497 -- Added new form and model fields to the Mexican local flavor. ... | Jannis Leidel |
| 2011-07-29 | Fixed #8013 -- Added Columbian and Ecuadorian local flavor. Thanks, ikks and ... | Jannis Leidel |
| 2011-07-13 | Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t... | Jannis Leidel |
| 2011-07-03 | Fixed #14608 -- Added phone number field to Indian local flavor. Thanks, lawg... | Jannis Leidel |
| 2011-06-30 | Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi... | Jannis Leidel |
| 2011-06-28 | Fixed #15813 -- Updated Indian localflavor to use correct state choices and f... | Jannis Leidel |
| 2011-06-28 | Fixed #12761 -- Added Paraguayan local flavor. Thanks, dschulz and BernhardEssl. | Jannis Leidel |
| 2011-06-26 | Fixed #16230 -- Correctly escape errors message passed to ErrorDict. Thanks, ... | Jannis Leidel |
| 2011-06-25 | Fixed #6189 -- Modified test that need Internet access so they use a mock ins... | Ramiro Morales |
| 2011-06-25 | Fixed #16338 -- Fixed Austrian postal codes validation. Thanks Bernhard Essl ... | Ramiro Morales |
| 2011-06-16 | Fixed #15127 -- Properly copy the choices of choice fields. Thanks, dready an... | Jannis Leidel |
| 2011-06-13 | Removed a name clash in a test method. Refs #16246. | Ramiro Morales |
| 2011-06-12 | Fixed broken test introduced in r16385. | Jannis Leidel |
| 2011-06-12 | Fixed #15856 -- Added Macedonian localflavor. Many thanks to vasiliyeah. | Jannis Leidel |
| 2011-06-11 | Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t... | Jannis Leidel |
| 2011-06-10 | More removal of poorly legible constructs to workaround Python 2.4 shortcomings. | Ramiro Morales |
| 2011-06-10 | Fixed #16196 - Redundant or incorrect code in tests | Luke Plant |