| Age | Commit message (Expand) | Author |
| 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 |
| 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 |