summaryrefslogtreecommitdiff
path: root/tests/modeltests/model_forms/tests.py
AgeCommit message (Expand)Author
2011-02-26Revert [15653], which was absolutely not ready to be committed.Alex Gaynor
2011-02-26Beginnings of test conversion.Alex Gaynor
2011-01-09Fixed #14951 -- Made the unique_for_{date,month,year} model field constraints...Ramiro Morales
2010-08-17Fixed #14102 -- Ensure that fields that have been excluded from a form aren't...Russell Keith-Magee
2010-03-18Fixed #13138: Ensure required=False on a model form field overrides Karen Tracey
2010-03-16Fixed #12881: Corrected handling of inherited unique constraints. Thanks for ...Karen Tracey
2010-02-25Fixed #12901. Again. Model validation will not be performed on excluded field...Joseph Kocherhans
2010-02-22Fixed #12901. Exclude overridden form fields from model field validation. Tha...Joseph Kocherhans