summaryrefslogtreecommitdiff
path: root/tests/modeltests/model_forms/mforms.py
AgeCommit message (Expand)Author
2011-01-09Fixed #14951 -- Made the unique_for_{date,month,year} model field constraints...Ramiro Morales
2010-11-11Removed the executable bit from a test file, it wasn't. Thanks to Florian fo...Alex Gaynor
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