summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-05[soc2009/model-validation] Minor edits to form validation docs.archive/soc2009/model-validationJoseph Kocherhans
2010-01-05[soc2009/model-validation] Fixed a discrepancy from a previous merge.Joseph Kocherhans
2010-01-05[soc2009/model-validation] Merged from trunk up to [12093].Joseph Kocherhans
2010-01-05[soc2009/model-validation] Blocked up through [12070] from svnmerge.py.Joseph Kocherhans
2010-01-05[soc2009/model-validation] Initalized svnmerge.py tracking.Joseph Kocherhans
2010-01-04[soc2009/model-validation] Removed references in the docs to ComplexValidator...Joseph Kocherhans
2010-01-04[soc2009/model-validation] Combined save_made_instance and save_instnace for ...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] avoid check for blank=True on User.password in Use...Honza Král
2010-01-04[soc2009/model-validation] Typo. Thanks Alex GaynorHonza Král
2010-01-04[socc2009/model-validation] Fixed imports on newly added localflavorsHonza 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] Fixed a typo in the models/instances documentation.Joseph Kocherhans
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-29[soc2009/model-validation] Removing some unused codeHonza Král
2009-12-29[soc2009/model-validation] Fixed some merge issues from [12014].Joseph Kocherhans
2009-12-28[soc2009/model-validation] Fixed #12078 ValidationError(s) from specific fiel...Honza 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-15[soc2009/model-validation] use RegexValidator in RegexFieldHonza Král
2009-08-15[soc2009/model-validation] validate url logic moved to validatorsHonza Král
2009-08-12[soc2009/model-validation] A few words on validation methods on modelsHonza Král
2009-08-12[soc2009/model-validation] Make sure that error messages with parameter get h...Honza Král
2009-08-12[soc2009/model-validation] Make sure custom messages work for models as wellHonza Král
2009-08-12[soc2009/model-validation] Added note on ComplexValidators and multi field va...Honza Král
2009-08-11[soc2009/model-validation] Slight tuning of the docs and working codeHonza Král
2009-08-11[soc2009/model-validation] Update the validation docs to reflect new order of...Honza Král
2009-08-11[soc2009/model-validation] Make empty containers recognized for what they are...Honza Král
2009-08-11[soc2009/model-validation] Updated the form validation docs to reflect new or...Honza Král
2009-08-05[soc2009/model-validation] remove lazily translated strings for pickling of d...Honza 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