From beb422fc65c1614f17cb9fecd47a21b6398e7f8d Mon Sep 17 00:00:00 2001 From: Paul Hallett Date: Wed, 8 May 2019 22:38:59 +0100 Subject: [PATCH] Add note on when this is released --- docs/types.rst | 2 ++ 1 file changed, 2 insertions(+) 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: