mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-13 17:52:19 +03:00
rst is not markdown
This commit is contained in:
parent
488ff0119b
commit
829e3afd25
|
@ -153,8 +153,8 @@ automatically converted into enums:
|
||||||
model = PetModel
|
model = PetModel
|
||||||
convert_choices_to_enum = ['kind']
|
convert_choices_to_enum = ['kind']
|
||||||
|
|
||||||
**Note:** Setting ``convert_choices_to_enum`` to an empty list is the same as
|
**Note:** Setting ``convert_choices_to_enum = []`` is the same as setting it to
|
||||||
setting it to `False`.
|
``False``.
|
||||||
|
|
||||||
|
|
||||||
Related models
|
Related models
|
||||||
|
|
Loading…
Reference in New Issue
Block a user