1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
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 Refs #27910 -- Added __init__.py file for model_enums tests. 2019-10-15 21:27:22 +02:00
tests.py Fixed #30902 -- Added __str__() for model choice enums. 2019-10-25 09:19:56 +02:00