Add note on when this is released

This commit is contained in:
Paul Hallett 2019-05-08 22:38:59 +01:00
parent bc06637278
commit beb422fc65
No known key found for this signature in database
GPG Key ID: 529C11F0C93CDF11

View File

@ -6,6 +6,8 @@ This page documents specific features of Types related to Graphene-Django.
DjangoChoicesEnum DjangoChoicesEnum
----------------- -----------------
*Introduced in graphene-django 2.3*
``DjangoChoicesEnum`` is a helper class that lets you keep Graphene style enums ``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: and ``models.Field.choices`` in sync. Some Django fields accept a ``choices`` list like this: