summaryrefslogtreecommitdiff
path: root/tests/regressiontests/forms
AgeCommit message (Expand)Author
2011-02-08[1.2.X] Fixed #15175 -- Ensured that Chliean RUT checksum letters aren't case...Russell Keith-Magee
2011-02-05[1.2.X] Fixed #15226 - Made SelectDateWidget render the label tag associated ...Ramiro Morales
2011-02-05[1.2.X] Fixed #13968 -- Fixed SelectDateWidget processing of an invalid date ...Ramiro Morales
2011-01-13[1.2.X] Fixed #13631 -- Made sure that max_length and min_length are retained...Russell Keith-Magee
2011-01-08Fixed #12295 -- Issue had already been fixed, but added test. Thanks tomevans...Andrew Godwin
2010-12-27[1.2.X] Converted the Czech localflavor tests to be unittests. We have alway...Alex Gaynor
2010-12-26[1.2.X] Converted Swedish localflavor tests from doctests to unittests. Thank...Jannis Leidel
2010-12-19[1.2.X] Fixed a Python 2.5 syntax error. Backport of [14983].Alex Gaynor
2010-12-18[1.2.X] Fixed #14871, #14872 -- ZAIDField didn't handle alll EMPTY_VALUES cor...Alex Gaynor
2010-12-18[1.2.X] Converted Uruguayan localflavor doctests into unittests. We have alw...Alex Gaynor
2010-12-18[1.2.X] Converted United States localflavor doctests into unittests. We have...Alex Gaynor
2010-12-18[1.2.X] Converted United Kingdom localflavor doctests into unittests. We hav...Alex Gaynor
2010-12-18[1.2.X] Converted Slovak localflavor doctests into unitttests. We have alway...Alex Gaynor
2010-12-18[1.2.X] Fixed #14864, #14864 -- ROCIFField didn't accept values starting with...Alex Gaynor
2010-12-18[1.2.X] Converted Portuguese localflavor doctests into unittests. We have al...Alex Gaynor
2010-12-18[1.2.X] Fixed #14860 -- PLPESELField, PLNIPField, and PLREGONField didn't han...Alex Gaynor
2010-12-18[1.2.X] Converted Dutch localflavor doctests to unittests. We have always be...Alex Gaynor
2010-12-18[1.2.X] Converted Kuwaiti localflavor doctests to unittests. We have always ...Alex Gaynor
2010-12-18[1.2.X] Converted Japanese localflavor doctests to unittests. We have always...Alex Gaynor
2010-12-18[1.2.X] Fixed #14859 -- ITSocialSecurityNumberField and ITVatNumberField didn...Alex Gaynor
2010-12-18[1.2.X] Converted Icelandic localflavor doctests to unittests. We have alway...Alex Gaynor
2010-12-18[1.2.X] Converted Irish localflavor doctests to unittests. We have always be...Alex Gaynor
2010-12-18[1.2.X] Converted Indonesian localflavor doctests to unittests. We have alwa...Alex Gaynor
2010-12-18[1.2.X] Converted generic localflavor doctests to unittests. We have always ...Alex Gaynor
2010-12-18[1.2.X] Converted French localflavor doctests into unittests. We have always...Alex Gaynor
2010-12-18[1.2.X] Converted Finnish localflavor doctests to unittests. We have always ...Alex Gaynor
2010-12-18[1.2.X] Converted Spanish localflavor doctests to unittests. We have always ...Alex Gaynor
2010-12-18[1.2.X] Converted Chilean localflavor doctests to unittests. We have always ...Alex Gaynor
2010-12-18[1.2.X] Converted Swiss localflavor doctests to unittests. Thanks to Idan Ga...Alex Gaynor
2010-12-18[1.2.X] Converted Canadian localflavor doctests to unittests. We have always...Alex Gaynor
2010-12-18[1.2.X] Converted the Brazillian localflavor doctests to unittests. We have ...Alex Gaynor
2010-12-18[1.2.X] Converted Australian localfavor doctests into unittests. We have alw...Alex Gaynor
2010-12-13[1.2.X] Fixed #14158 -- Fixed SelectMultiple._has_changed to not assume same ...Jannis Leidel
2010-12-12[1.2.X] Fixed #14499 -- ATSocialSecurityNumberField now responds to all EMPTY...Alex Gaynor
2010-12-12[1.2.X] Converted the Argentina localflavor doctests to unittests. We have a...Alex Gaynor
2010-12-02[1.2.X] Fixed broken German localflavor test introduced in r14627. Thanks for...Jannis Leidel
2010-11-21Fixes #13804 -- URLField validation failure for a url containing '://' on the...Chris Beaven
2010-11-20[1.2.X] Fixed poorly-constructed test from r14612. Thanks to Alex Gaynor for ...Carl Meyer
2010-11-19Corrected some issues with the backport from [14627].Alex Gaynor
2010-11-19[1.2.X] Began converting localflavor doctests into unittests, starting with t...Alex Gaynor
2010-11-18[1.2.X] Fixed #14234 -- Re-validating a model instance added via ModelForm no...Carl Meyer
2010-11-16[1.2.X] Migrated forms (minus localflavor) doctests. A huge thanks to Daniel ...Russell Keith-Magee
2010-10-10[1.2.X] Fixed #11907 -- EmailField now runs strip() on its input. This means ...Chris Beaven
2010-09-11[1.2.X] Fixed #13390 -- `SplitDateTimeWidget` now recognizes when it's no lon...Justin Bronn
2010-09-10[1.2.X] Fixed #14247 - 'forms' test failure in 1.2.XLuke Plant
2010-08-24[1.2.X] Fixed #14159 -- Corrected more potential uses of relative paths in te...Russell Keith-Magee
2010-08-14[1.2.X] Fixed #13679, #13231, #7287 -- Ensured that models that have ForeignK...Russell Keith-Magee
2010-08-05[1.2.X] Fixed #13621 -- Corrected the handling of input formats on date/time ...Russell Keith-Magee
2010-08-05[1.2.X] Fixed #13732 -- Fixed minor typo in docstring. Thanks to schinckel fo...Russell Keith-Magee
2010-05-23Fixed #13592 -- Make sure the SelectDateWidget works with dates before 1900 w...Jannis Leidel