aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/validators.py
AgeCommit message (Expand)Author
2015-02-27Ensure validators are new-style classes on python2Ian Foote
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-15Use unicode internally everywhere for 'repr'Tom Christie
2014-12-05Removed unused imports, pep8 fixes, typo fixesTymur Maryokhin
2014-11-19Apply defaults and requiredness to unique_together fields. Closes #2092.Tom Christie
2014-11-10Bring UniqueValidator implementation in line with other uniquness validators.Tom Christie
2014-11-10Uniqueness constraints imply a forced 'required=True'. Refs #1945Tom Christie
2014-10-31Validator documentation and tweaksTom Christie
2014-10-22First pass at unique_for_date, unique_for_month, unique_for_yearTom Christie
2014-10-09TweakingTom Christie
2014-10-03Minor: fix spelling and grammar, mostly in 3.0 announcementCraig de Stigter
2014-09-29UniqueTogetherValidatorTom Christie
2014-09-29Uniqueness validationTom Christie