summaryrefslogtreecommitdiff
path: root/tests/model_validation
AgeCommit message (Collapse)Author
2013-05-18Fixes a Python 3.x regression introduced in a19e9d80Ɓukasz Langa
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.