django1/tests/model_enums
Carlton Gibson 8740ff334a [3.0.x] Fixed #30902 -- Added __str__() for model choice enums.
Allows expected behavior when cast to str, also matching behaviour of
created instances with those fetched from the DB.

Thanks to Simon Charette, Nick Pope, and Shai Berger for reviews.

Backport of dbcd7b064e from master
2019-10-25 09:38:41 +02:00
..
__init__.py
tests.py [3.0.x] Fixed #30902 -- Added __str__() for model choice enums. 2019-10-25 09:38:41 +02:00