aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_validators.py
AgeCommit message (Expand)Author
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