django/tests/model_validation
Donald Stufft a19e9d80ff Fixed #20430 - Enable iterable of iterables for model choices
Allows for any iterable, not just lists or tuples, to be used as
the inner item for a list of choices in a model.
2013-05-18 11:14:05 -04:00
..
__init__.py Fixed #20430 - Enable iterable of iterables for model choices 2013-05-18 11:14:05 -04:00
models.py Fixed #20430 - Enable iterable of iterables for model choices 2013-05-18 11:14:05 -04:00
tests.py Fixed #20430 - Enable iterable of iterables for model choices 2013-05-18 11:14:05 -04:00