summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2010-01-05[soc2009/model-validation] Merged from trunk up to [12093].Joseph Kocherhans
2010-01-04[soc2009/model-validation] Removed the ComplexValidator code in preparation f...Joseph Kocherhans
2010-01-04[soc2009/model-validation] removed directory accidentaly committedHonza Král
2010-01-04[soc2009/model-validation] Merged to trunk at r12070Honza Král
2010-01-04[soc2009/model-validation] Raise UnresolvableValidationError if an error occu...Honza Král
2010-01-01[soc2009/model-validation] Renamed Model's clean method to full_validate to b...Joseph Kocherhans
2010-01-01[soc2009/model-validation] Cleaned up some comments and whitespace.Joseph Kocherhans
2009-12-29[soc2009/model-validation] removed some unused testsHonza Král
2009-12-29[soc2009/model-validation] Added some comments to explain why I set DEBUG in ...Honza 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-13[soc2009/model-validation] Fixed #12132: unneccessary unique_check for primar...Honza Král
2009-12-07[soc2009/model-validation] Merged to trunk at r11791Honza Král
2009-11-07[soc2009/model-validation] Merged to trunk at r11724Honza 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-09-11[soc2009/model-validation] Merged to trunk at r11478Honza Král
2009-08-15[soc2009/model-validation] simple test for URLValidator, RegexValidator and B...Honza Král
2009-08-15[soc2009/model-validation] tests for validate_comma_separated_integer_listHonza Král
2009-08-15[soc2009/model-validation] test MinValueValidator, [Max|Min]LengthValidatorHonza Král
2009-08-15[soc2009/model-validation] validators refactoringHonza Král
2009-08-15[soc2009/model-validation] use validators in URLField model fieldHonza Král
2009-08-12[soc2009/model-validation] Make sure custom messages work for models as wellHonza Král
2009-08-05[soc2009/model-validation] Added custom messages to modelsHonza Král
2009-08-05[soc2009/model-validation] Split validation testsHonza Král
2009-08-05[soc2009/model-validation] Update model_forms test to actually test model formHonza Král
2009-08-05[soc2009/model-validation] Merged to trunk at r11365Honza Král
2009-07-19[soc2009/model-validation] Added capacity for ComplexValidator handling to mo...Honza Král
2009-07-15[soc2009/model-validation] Merget to trunk at r11229Honza Král
2009-07-05[soc2009/model-validation] Fixed test for CharField validationHonza Král
2009-07-05[soc2009/model-validation] Added min and max length validator. CharField now ...Honza Král
2009-07-05[soc2009/model-validation] Added tests for MaxValueValidatorHonza Král
2009-07-05[soc2009/model-validation] Minor simplification of validator testsHonza Král
2009-07-05[soc2009/model-validation] SlugField and IPAddressField now use validators.Honza Král
2009-07-05[soc2009/model-validation] Validation test 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] Merged to trunk at r11155Honza 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-21Merged to trunk at r11079Honza Král
2009-06-18[soc2009/model-validation] merged to trunk at r11032Honza Král
2009-06-18[soc2009/model-validation] Added validators to DbFieldsHonza Král
2009-06-08[soc2009/model-validation] Added tests for ComplexValidatorsHonza Král