django/tests/model_enums
Carlton Gibson dbcd7b064e 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.
2019-10-25 09:19:56 +02:00
..
__init__.py
tests.py Fixed #30902 -- Added __str__() for model choice enums. 2019-10-25 09:19:56 +02:00