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