aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_validators.py
AgeCommit message (Expand)Author
2014-12-09Merge branch 'validator-pollution' of git://github.com/mhsparks/django-rest-f...Tom Christie
2014-12-05Removed unused imports, pep8 fixes, typo fixesTymur Maryokhin
2014-12-03Added test to show potential issue with UniqueValidator being added to the un...Mark Hughes
2014-11-19Apply defaults and requiredness to unique_together fields. Closes #2092.Tom Christie
2014-11-10Uniqueness constraints imply a forced 'required=True'. Refs #1945Tom Christie
2014-10-31Lazy loading of fields and validators. Closes #1963.Tom Christie
2014-10-28unique_for_date/unique_for_month/unique_for_yearTom Christie
2014-10-22First pass at unique_for_date, unique_for_month, unique_for_yearTom Christie
2014-10-09TweakingTom Christie
2014-09-29Update release notesTom Christie
2014-09-29UniqueTogetherValidatorTom Christie
2014-09-29Uniqueness validationTom Christie