index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-01-05
[soc2009/model-validation] Minor edits to form validation docs.
archive/soc2009/model-validation
Joseph 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 committed
Honza 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 Gaynor
Honza Král
2010-01-04
[socc2009/model-validation] Fixed imports on newly added localflavors
Honza Král
2010-01-04
[soc2009/model-validation] Merged to trunk at r12070
Honza 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 tests
Honza 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 validators
Honza Král
2009-12-29
[soc2009/model-validation] Removing some unused code
Honza 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 r12009
Honza 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 r11791
Honza Král
2009-11-07
[soc2009/model-validation] Merged to trunk at r11724
Honza Král
2009-10-12
[soc2009/model-validation] Merged to trunk at r11603
Honza 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 r11499
Honza Král
2009-09-11
[soc2009/model-validation] Merged to trunk at r11478
Honza 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_list
Honza Král
2009-08-15
[soc2009/model-validation] test MinValueValidator, [Max|Min]LengthValidator
Honza Král
2009-08-15
[soc2009/model-validation] validators refactoring
Honza Král
2009-08-15
[soc2009/model-validation] use validators in URLField model field
Honza Král
2009-08-15
[soc2009/model-validation] use RegexValidator in RegexField
Honza Král
2009-08-15
[soc2009/model-validation] validate url logic moved to validators
Honza Král
2009-08-12
[soc2009/model-validation] A few words on validation methods on models
Honza 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 well
Honza 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 code
Honza 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 models
Honza Král
2009-08-05
[soc2009/model-validation] Split validation tests
Honza Král
2009-08-05
[soc2009/model-validation] Update model_forms test to actually test model form
Honza Král
[next]