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
/
tests
/
test_validators.py
Age
Commit message (
Expand
)
Author
2015-02-19
Return UniquenessTogetherModel to previous state
Aider Ibragimov
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-09
Merge branch 'validator-pollution' of git://github.com/mhsparks/django-rest-f...
Tom Christie
2014-12-05
Removed unused imports, pep8 fixes, typo fixes
Tymur Maryokhin
2014-12-03
Added test to show potential issue with UniqueValidator being added to the un...
Mark Hughes
2014-11-19
Apply defaults and requiredness to unique_together fields. Closes #2092.
Tom Christie
2014-11-10
Uniqueness constraints imply a forced 'required=True'. Refs #1945
Tom Christie
2014-10-31
Lazy loading of fields and validators. Closes #1963.
Tom Christie
2014-10-28
unique_for_date/unique_for_month/unique_for_year
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-09-29
Update release notes
Tom Christie
2014-09-29
UniqueTogetherValidator
Tom Christie
2014-09-29
Uniqueness validation
Tom Christie