{% load staticfiles %} {% load autodocs_filters %}
To see ChoiceField choices, click on Choices
In choices you'll see 2 things: "value" and "meaning".
"Meaning" is human-understandable description of value. It's used only for choice field rendering, but doesn't take any part in logic/data processing.