diff --git a/docs/types.rst b/docs/types.rst index a7fed7f..798d304 100644 --- a/docs/types.rst +++ b/docs/types.rst @@ -6,6 +6,8 @@ This page documents specific features of Types related to Graphene-Django. DjangoChoicesEnum ----------------- +*Introduced in graphene-django 2.3* + ``DjangoChoicesEnum`` is a helper class that lets you keep Graphene style enums and ``models.Field.choices`` in sync. Some Django fields accept a ``choices`` list like this: