summaryrefslogtreecommitdiff
path: root/tests/regressiontests/forms
AgeCommit message (Expand)Author
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
2010-05-21Fixed #13560 -- Fixed localization of widgets.Jannis Leidel
2010-05-12Fixed #13524 -- Added backwards compatibility and feature notes regarding adm...Russell Keith-Magee
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-04-28Fixed #12986 -- Ensured that SelectDateField repopulates correctly when USE_L...Russell Keith-Magee
2010-04-21Fixed #13374 -- Modified a test so that it can pass under PyPy. This is a rei...Russell Keith-Magee
2010-04-20Revert part of r12998 that prevents the forms doctests in tests.py from running.Karen Tracey
2010-04-19Fixed #13374 -- Corrected some more minor issues causing problems for PyPy. T...Russell Keith-Magee