| Age | Commit message (Expand) | Author |
| 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 |
| 2011-06-09 | Fixed #9459: forms.HiddenInput and DateTime field loses microseconds. Thanks ... | Andrew Godwin |
| 2011-05-31 | Fixed #15805 - assertFieldOutput should not use assertRaisesRegexp | Luke Plant |
| 2011-05-07 | Fixed #8527 -- Made CAPostalCodeField more forgiving of the input format. Tha... | Jannis Leidel |
| 2011-05-06 | Added missing future imports missed in r16167. | Jannis Leidel |
| 2011-05-06 | Make use of new translation and settings context manager in the tests. | Jannis Leidel |
| 2011-05-03 | Fixed #13770 -- Extended BooleanField form field to also clean `u'false'` to ... | Jannis Leidel |
| 2011-05-03 | Fixed #13729 -- Renamed UK localflavor to GB to correctly follow ISO 3166. Th... | Jannis Leidel |
| 2011-05-03 | Fixed #12595 -- Fixed bad arguments handling in localflavor form fields. | Jannis Leidel |
| 2011-05-01 | Fixed #5714 -- Strip whitespaces around date and time form field values befor... | Jannis Leidel |
| 2011-04-30 | Fixed #15640 -- Added new initial digit in Spain phone numbers to localflavor... | Jannis Leidel |
| 2011-04-28 | Fixed #15713 -- Added a form field for validating Polish National ID Card num... | Jannis Leidel |
| 2011-04-22 | Fixed #13584 -- Optionally allow empty files with django.forms.FileField. Tha... | Chris Beaven |
| 2011-04-22 | Fixed #15705 -- Added Croatian (hr) localflavor. Thanks, Zlatko MaĊĦek and Ju... | Jannis Leidel |
| 2011-04-22 | Fixed #15013 -- Added Russian (ru) localflavor package. Thanks, blackraven an... | Jannis Leidel |
| 2011-04-22 | Fixed #12379 -- Added Chinese (cn) localflavor package. Thanks, Xia Kai, Dani... | Jannis Leidel |
| 2011-04-02 | Updates to the test suite to allow for newly deprecated and removed features | Russell Keith-Magee |
| 2011-03-28 | Removed a bunch more Python 2.4 workarounds now that we don't support that ve... | Adrian Holovaty |
| 2011-03-17 | Fixed #15623 -- Corrected province codes for Canadian localflavor. Thanks to ... | Russell Keith-Magee |
| 2011-03-03 | Updated test assertions that have been deprecated by the move to unittest2. I... | Russell Keith-Magee |
| 2011-02-21 | Fixed #15349 - Bound FormSet produces bound empty_form | Luke Plant |
| 2011-02-16 | Moved the test added in r15504 to a different case where it doesn't actually ... | Jannis Leidel |
| 2011-02-12 | Fixed #14941 -- Stop raising ValidationError in form fields that use the URLV... | Jannis Leidel |
| 2011-02-12 | Fixed #12988 -- Extended regular expression of the URLValidator to fully supp... | Jannis Leidel |
| 2011-02-12 | Fixed #14955 -- Made the URLValidator use a HEAD request when verifying a URL... | Jannis Leidel |
| 2011-02-09 | Fixed #15182 - Fixed a security issue with ClearableFileInput. Disclosure and... | Carl Meyer |
| 2011-02-08 | Fixed #15175 -- Ensured that Chliean RUT checksum letters aren't case sensiti... | Russell Keith-Magee |
| 2011-02-05 | Modified wrong expected ClearableFileInput rendering output in a couple of ad... | Ramiro Morales |
| 2011-02-05 | Fixed #15226 - Made SelectDateWidget render the label tag associated with the... | Ramiro Morales |
| 2011-02-04 | Fixed #13968 -- Fixed SelectDateWidget processing of an invalid date input va... | Ramiro Morales |
| 2011-01-13 | Fixed #13631 -- Made sure that max_length and min_length are retained as attr... | Russell Keith-Magee |
| 2011-01-08 | Fixed #12295 -- Issue had already been fixed, but added test. Thanks tomevans... | Andrew Godwin |
| 2010-12-27 | Fixed #14593 -- change this warning to be a PendingDeprecationWarning. Also ... | Alex Gaynor |
| 2010-12-26 | Updated list of US states and tests after r15029 to be sorted correctly. | Jannis Leidel |
| 2010-12-26 | Converted Swedish localflavor tests from doctests to unittests. Thanks, Idan ... | Jannis Leidel |
| 2010-12-19 | Fixed #14655 -- Made formsets iterable. This allows a slightly more natural i... | Russell Keith-Magee |
| 2010-12-19 | Fixed a Python 2.5 syntax error. | Alex Gaynor |
| 2010-12-18 | Fixed #14871, #14872 -- ZAIDField didn't handle alll EMPTY_VALUES correctly a... | Alex Gaynor |
| 2010-12-18 | Converted Uruguayan localflavor doctests into unittests. We have alwyas been... | Alex Gaynor |
| 2010-12-18 | Converted United States localflavor doctests into unittests. We have always ... | Alex Gaynor |
| 2010-12-18 | Converted United Kingdom localflavor doctests into unittests. We have always... | Alex Gaynor |
| 2010-12-18 | Converted Slovak localflavor doctests into unitttests. We have always been a... | Alex Gaynor |
| 2010-12-18 | Fixed #14864, #14864 -- ROCIFField didn't accept values starting with RO, as ... | Alex Gaynor |
| 2010-12-18 | Converted Portuguese localflavor doctests into unittests. We have always bee... | Alex Gaynor |
| 2010-12-18 | Fixed #14860 -- PLPESELField, PLNIPField, and PLREGONField didn't handle all ... | Alex Gaynor |
| 2010-12-18 | Converted Dutch localflavor doctests to unittests. We have always been at wa... | Alex Gaynor |
| 2010-12-18 | Converted Kuwaiti localflavor doctests to unittests. We have always been at ... | Alex Gaynor |