summaryrefslogtreecommitdiff
path: root/tests/model_validation/__init__.py
AgeCommit message (Collapse)Author
2016-08-16Moved model_validation tests to invalid_models_tests.Tim Graham
2013-05-18Fixed #20430 - Enable iterable of iterables for model choicesDonald Stufft
Allows for any iterable, not just lists or tuples, to be used as the inner item for a list of choices in a model.