summaryrefslogtreecommitdiff
path: root/tests/regressiontests/forms
AgeCommit message (Expand)Author
2010-01-04[soc2009/model-validation] Removed the ComplexValidator code in preparation f...Joseph Kocherhans
2010-01-04[soc2009/model-validation] Merged to trunk at r12070Honza Král
2009-12-29[soc2009/model-validation] Migrated CharField to use validatorsHonza Král
2009-12-28[soc2009/model-validation] Merget to trunk at r12009Honza Král
2009-12-07[soc2009/model-validation] Merged to trunk at r11791Honza Král
2009-10-12[soc2009/model-validation] Merged to trunk at r11603Honza Král
2009-09-11[soc2009/model-validation] Fixed #11826 django.forms.fields.URLField rejects ...Honza Král
2009-09-11[soc2009/model-validation] Merged to trunk at r11499Honza Král
2009-08-15[soc2009/model-validation] validators refactoringHonza Král
2009-07-05[soc2009/model-validation] Name tests migrated from doctestsHonza Král
2009-07-05[soc2009/model-validation] use assertEqual(a, b) instead of assertEqual(True,...Honza Král
2009-07-05[soc2009/model-validation] Make sure that all validators in the same group (s...Honza Král
2009-07-05[soc2009/model-validation] renamed fields_unit to just fieldsHonza Král
2009-07-05[soc2009/model-validation] Removing the doctests replaced by fields_unitHonza Král
2009-07-02[soc2009/model-validation] Minor test tweakHonza Král
2009-06-21[soc2009/model-validation] some test refactoringHonza Král
2009-06-21[soc2009/model-validation] Added error message checkingHonza Král
2009-06-21[soc2009/model-validation] Migrated FormField tests to unittestsHonza Král
2009-06-01[soc2009/model-validation] Moved ValidationError to django.core.exceptions an...Honza Král
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
2008-08-31Added a `TypedChoiceField` which acts just like `ChoiceField`, except that itJacob Kaplan-Moss
2008-08-31Fixed #5216 -- Fixed a case of a string not being a unicode string.Malcolm Tredinnick
2008-08-28Fixed #7753: clean `NullBooleanField` correctly when using `HiddenInput`. Tha...Jacob Kaplan-Moss