index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rest_framework
/
validators.py
Age
Commit message (
Expand
)
Author
2015-02-27
Ensure validators are new-style classes on python2
Ian Foote
2015-02-19
Skip validation of NULL field only if it part of unique_together
Aider Ibragimov
2015-02-18
Fix UniqueTogetherValidator for NULL values
Aider Ibragimov
2014-12-15
Use unicode internally everywhere for 'repr'
Tom Christie
2014-12-05
Removed unused imports, pep8 fixes, typo fixes
Tymur Maryokhin
2014-11-19
Apply defaults and requiredness to unique_together fields. Closes #2092.
Tom Christie
2014-11-10
Bring UniqueValidator implementation in line with other uniquness validators.
Tom Christie
2014-11-10
Uniqueness constraints imply a forced 'required=True'. Refs #1945
Tom Christie
2014-10-31
Validator documentation and tweaks
Tom Christie
2014-10-22
First pass at unique_for_date, unique_for_month, unique_for_year
Tom Christie
2014-10-09
Tweaking
Tom Christie
2014-10-03
Minor: fix spelling and grammar, mostly in 3.0 announcement
Craig de Stigter
2014-09-29
UniqueTogetherValidator
Tom Christie
2014-09-29
Uniqueness validation
Tom Christie