summaryrefslogtreecommitdiff
path: root/tests/regressiontests/forms
AgeCommit message (Expand)Author
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
2010-12-05Fixed #12398 -- Added a TypedMultipleChoiceField. Thanks to Tai Lee.Russell Keith-Magee
2010-12-04Fixed #14563 -- Added Turkish localflavor. Thanks to serkank for the patch.Russell Keith-Magee
2010-11-28Fixes #10427 -- Abstract the value generation of a BoundFieldChris Beaven
2010-11-21Fixed #11418 -- formset.cleaned_data no longer raises AttributeError when is_...Honza Král
2010-11-21Fixes #13804 -- URLField validation failure for a url containing '://' on the...Chris Beaven
2010-11-20Fixed poorly-constructed test from r14612. Thanks to Alex Gaynor for the eagl...Carl Meyer
2010-11-19Began converting localflavor doctests into unittests, starting with the Germa...Alex Gaynor
2010-11-18Fixed #14234 -- Re-validating a model instance added via ModelForm no longer ...Carl Meyer
2010-11-17Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...Jannis Leidel
2010-11-16Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley...Russell Keith-Magee
2010-11-01Added a filter to silence the RuntimeWarning in the Indonesian localflavor te...Russell Keith-Magee
2010-10-18Fixed #12074 -- Adding .as_p and as_ul methods to FormSet. Thanks arthurdeber...Honza Král
2010-10-18Fixed Indonesion localflavor tests, broken in r14195Honza Král
2010-10-15Fixed #11350 -- added an Israeli localflavor. Thanks to Yuval and Idan Gazit...Alex Gaynor
2010-10-12Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given func...Alex Gaynor
2010-10-11Fixed #14349 -- Added Belgium localflavor. Thanks for the report and patch, L...Jannis Leidel
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-10-07Fixed #11907 -- EmailField now runs strip() on its input. This means mistaken...Adrian Holovaty
2010-10-01Fixed #7048 -- Added ClearableFileInput widget to clear file fields. Thanks f...Jannis Leidel
2010-09-12Added a test for hidden SplitDateTime fields. Thanks, seveas.Malcolm Tredinnick
2010-09-11Fixed #13390 -- `SplitDateTimeWidget` now recognizes when it's no longer requ...Justin Bronn
2010-08-24Fixed #14159 -- Corrected more potential uses of relative paths in tests. Tha...Russell Keith-Magee
2010-08-14Fixed #13679, #13231, #7287 -- Ensured that models that have ForeignKeys/Many...Russell Keith-Magee
2010-08-06Fixed #8426 - added 'helptext' CSS class to help text in forms to aid in stylingLuke Plant
2010-08-06Fixed #13316 -- Modified the default behavior of PasswordInput to prevent ref...Russell Keith-Magee
2010-08-05Fixed #13621 -- Corrected the handling of input formats on date/time form fie...Russell Keith-Magee
2010-08-05Fixed #13732 -- Fixed minor typo in docstring. Thanks to schinckel for the re...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