django/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 [3.0.x] Refs #27910 -- Added __init__.py file for model_enums tests. 2019-10-15 21:28:17 +02:00
tests.py [3.0.x] Fixed #30902 -- Added __str__() for model choice enums. 2019-10-25 09:38:41 +02:00