summaryrefslogtreecommitdiff
path: root/tests/modeltests/validation/test_unique.py
AgeCommit message (Expand)Author
2011-01-13[1.2.X] Fixed #14951 -- Made the unique_for_{date,month,year} model field con...Ramiro Morales
2010-08-17[1.2.X] Fixed #14102 -- Ensure that fields that have been excluded from a for...Russell Keith-Magee
2010-03-16Fixed #12881: Corrected handling of inherited unique constraints. Thanks for ...Karen Tracey
2010-02-10Fixed #12647. Allow unique_together checks be specified as lists as well as t...Joseph Kocherhans
2010-01-14Fixed #12560. Changed validate_unique to stop checking null primary key value...Joseph Kocherhans
2010-01-12Fixed #12512. Changed ModelForm to stop performing model validation on fields...Joseph Kocherhans
2010-01-05Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans