summaryrefslogtreecommitdiff
path: root/tests/regressiontests/forms
AgeCommit message (Expand)Author
2013-02-12[1.3.x] Added a default limit to the maximum number of forms in a formset.Aymeric Augustin
2011-09-10[1.3.X] Altered the behavior of URLField to avoid a potential DOS vector, and...Russell Keith-Magee
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
2010-12-18Converted Japanese localflavor doctests to unittests. We have always been at...Alex Gaynor
2010-12-18Fixed #14859 -- ITSocialSecurityNumberField and ITVatNumberField didn't handl...Alex Gaynor
2010-12-18Converted Icelandic localflavor doctests to unittests. We have always been a...Alex Gaynor
2010-12-18Fixed #14750 -- ILPostalCodeField didn't handle all EMPTY_VALUES correctly. ...Alex Gaynor
2010-12-18Converted Irish localflavor doctests to unittests. We have always been at wa...Alex Gaynor
2010-12-18Converted Indonesian localflavor doctests to unittests. We have always been ...Alex Gaynor
2010-12-18Converted generic localflavor doctests to unittests. We have always been at ...Alex Gaynor
2010-12-18Converted French localflavor doctests into unittests. We have always been at...Alex Gaynor
2010-12-18Converted Finnish localflavor doctests to unittests. We have always been at ...Alex Gaynor
2010-12-18Converted Spanish localflavor doctests to unittests. We have always been at ...Alex Gaynor
2010-12-18Converted Chilean localflavor doctests to unittests. We have always been at ...Alex Gaynor
2010-12-18Converted Swiss localflavor doctests to unittests. Thanks to Idan Gazit for ...Alex Gaynor
2010-12-18Converted Canadian localflavor doctests to unittests. We have always been at...Alex Gaynor
2010-12-18Converted the Brazillian localflavor doctests to unittests. We have always b...Alex Gaynor
2010-12-18Converted Belerusian localflavor tests to use the new, less verbose format. ...Alex Gaynor
2010-12-18Converted Australian localfavor doctests into unittests. We have always been...Alex Gaynor
2010-12-12Fixed #14158 -- Fixed SelectMultiple._has_changed to not assume same order of...Jannis Leidel
2010-12-12Fixed #14499 -- ATSocialSecurityNumberField now responds to all EMPTY_VALUES ...Alex Gaynor
2010-12-12Converted the Argentina localflavor doctests to unittests. We have always be...Alex Gaynor