aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_validators.py
AgeCommit message (Collapse)Author
2015-02-19Return UniquenessTogetherModel to previous stateAider Ibragimov
2015-02-19Skip validation of NULL field only if it part of unique_togetherAider Ibragimov
2015-02-18Fix UniqueTogetherValidator for NULL valuesAider Ibragimov
2014-12-09Merge branch 'validator-pollution' of ↵Tom Christie
git://github.com/mhsparks/django-rest-framework into mhsparks-validator-pollution
2014-12-05Removed unused imports, pep8 fixes, typo fixesTymur Maryokhin
2014-12-03Added test to show potential issue with UniqueValidator being added to the ↵Mark Hughes
underlying Django model.
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