summaryrefslogtreecommitdiff
path: root/tests/model_validation/models.py
AgeCommit message (Collapse)Author
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.