summaryrefslogtreecommitdiff
path: root/tests/regressiontests/forms
AgeCommit message (Expand)Author
2010-01-16Fixed a form test from [12211] that didn't clean up after itself. Thanks, Ale...Jacob Kaplan-Moss
2010-01-12Fixed #12510. Changed ModelChoiceField to stop using some of its superclasses...Joseph Kocherhans
2010-01-09Removed unneeded import, thanks Alex Gaynor.Jannis Leidel
2010-01-09Fixed #12466 - Set HTML class attributes for each field separately. Thanks fo...Jannis Leidel
2010-01-09Fixed #11301 - Properly hide SplitHiddenDateTimeWidget. Thanks to David Gould...Jannis Leidel
2010-01-09Fixed #11843 - Give MultipleHiddenInput different IDs. Thanks Chris Beaven.Jannis Leidel
2010-01-05Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans
2010-01-01Fixed #8735 - Added Portuguese (pt) local flavor. Thanks Alcides Fonseca for ...Jannis Leidel
2010-01-01Fixed #8612 - Added Indonesian (id) localflavor. Thanks to Ronny Haryanto for...Jannis Leidel
2010-01-01Fixed #12017 - Overriding the default error message of the UKPostcodeField wo...Jannis Leidel
2010-01-01Fixed #11123 - Added Irish (ie) localflavor.Jannis Leidel
2010-01-01Fixed #8068 - Added Kuwaiti (kw) localflavor. Thanks to Ahmad Al-Ibrahim for ...Jannis Leidel
2010-01-01Fixed #10736 - Added Uruguayan (uy) localflavor. Thanks to Gonzalo Saavedra f...Jannis Leidel
2009-12-30Fixed #12444 - Date based widgets now correctly handle input values when usin...Jannis Leidel
2009-12-22Fixed #9289 - Added Swedish localflavor. Thanks to Andreas Pelme, Ludvig Eric...Jannis Leidel
2009-12-13Converted regressiontests/forms/fields.py to unittestsBrian Rosner
2009-12-13Fixed #12146: Corrected Canadian postal code validation. Thanks paulschreibe...Karen Tracey
2009-12-12Fixed #3512: it's now possible to add CSS hooks to required/erroneous form ro...Jacob Kaplan-Moss
2009-12-12Fixed #11632: Fixed the id for hidden initial widget so that it is different ...Karen Tracey
2009-11-20Added an explicit test showing that field errors are correctly autoescaped.Jacob Kaplan-Moss
2009-10-09SECURITY ALERT: Corrected regular expressions for URL and email fields.Jacob Kaplan-Moss
2009-09-11Fixed #10968 - Form.errors should use Form.error_class.Luke Plant
2009-05-10Fixed #10792 -- Ensured that ModelChoiceFields don't provide an empty option ...Russell Keith-Magee
2009-05-07Make sure that all uses of max_length in the test suite use values smaller th...Jacob Kaplan-Moss
2009-05-02Fixed #9609 -- Modified the clean method of(Null)Boolean field to accept '1' ...Russell Keith-Magee
2009-05-02Fixed #10349 -- Modified ManyToManyFields to allow initial form values to be ...Russell Keith-Magee
2009-04-28Fixed #10082 -- Modified BaseFormSet so that ordering checks work when the fo...Russell Keith-Magee
2009-04-28Fixed #10288 -- Corrected _has_changed handling of DateTimeInput, DateInput, ...Russell Keith-Magee
2009-04-18Fixed #9124: fixed `SelectDateWidget` with `required=False`. Thanks, Bernd Sc...Jacob Kaplan-Moss
2009-04-16Fixed #10363 -- Modified ModelForm handling to ensure that excluded fields ca...Russell Keith-Magee
2009-04-16Fixed #9948 -- Corrected URLField validation to match RFC1035 (URL analog of ...Russell Keith-Magee
2009-04-16Fixed #9890 -- Modified the regex validation for email addresses to match RFC...Russell Keith-Magee
2009-04-10Fixed #10774: accessing form media types in templates (i.e. ``{{ form.media.j...Jacob Kaplan-Moss
2009-04-10Fixed #8515 -- Fixed validation of Polish REGON numbers.Malcolm Tredinnick
2009-04-05Made a set of small test changes to avoid leaving temp files hanging around a...Karen Tracey
2009-03-30Fixed #10149. FileFields in a form now validate max_length. Based on a patch ...Joseph Kocherhans
2009-03-30Fixed #9587. Formset.is_valid() now returns True if an invalid form is marked...Joseph Kocherhans
2009-03-22Fixed #8962 -- Consistently support format and input_format in the various (i...Karen Tracey
2009-03-02Fixed some test output in the wake of r9940.Malcolm Tredinnick
2009-02-22Fixed #9066 -- Added Czech localflavor. Thanks to Elvard for the contribution.Russell Keith-Magee
2009-01-16Fixed #10041: use a tempdir for files in the forms test. Thanks, Marty Alchin.Jacob Kaplan-Moss
2008-12-05Added a way to iterate over hidden/visible fields in a form. Useful for manualMalcolm Tredinnick
2008-11-10Add tests mistakenly left out of r9397.Karen Tracey
2008-11-10Fixed #7064: Made DemicmalField validation support max_digits equal to decima...Karen Tracey
2008-11-10Fixed #6035 -- Gave the SplitDateTimeField the proper default widget. Thanks...Karen Tracey
2008-11-06Fixed #6160, #9111 -- Consistently apply conditional_escape to form errors an...Karen Tracey
2008-10-05Fixed #9259 -- Fixed a validation error for Spanish identity card numbers.Malcolm Tredinnick
2008-09-18Fixed #9125 -- When displaying errors for a form with only hidden fields, mak...Malcolm Tredinnick
2008-09-17Fixed #8865 -- Improved the robustness of some file path tests.Malcolm Tredinnick
2008-09-01Fixed #7975 -- Callable defaults in inline model formsets now work correctly....Brian Rosner