graphene-django/docs
Jonathan Kim 612ba5a4ea
Add convert_choices_to_enum option on DjangoObjectType Meta class (#674)
* Add convert_choices_to_enum meta option

* Add tests

* Run black

* Update documentation

* Add link to Django choices documentation

* Add test and documentation note

That setting to an empty list is the same as setting the value as False

* Fix Django warning in tests

* rst is not markdown
2019-06-17 18:48:29 +01:00
..
_static Update doc setup (#673) 2019-06-14 12:33:37 +01:00
authorization.rst Update doc setup (#673) 2019-06-14 12:33:37 +01:00
conf.py Rebuild documentation 2019-05-07 19:23:01 +01:00
debug.rst bump graphiql to 0.13.0, and rename __debug to _debug due to __ limitations 2019-05-20 17:48:28 +08:00
filtering.rst Merge pull request #600 from sierreis/filterset-class 2019-06-09 16:48:46 -07:00
index.rst Add documentation for settings 2019-05-07 20:23:10 +01:00
installation.rst Update install docs for Django 2.x 2019-05-13 17:08:26 +10:00
introspection.rst Add watch option to graphql_schema (#656) 2019-06-09 17:06:50 -07:00
Makefile Update doc setup (#673) 2019-06-14 12:33:37 +01:00
mutations.rst Fix Mutations Relay example imports 2019-06-06 13:53:16 -05:00
queries.rst Add convert_choices_to_enum option on DjangoObjectType Meta class (#674) 2019-06-17 18:48:29 +01:00
requirements.txt Update doc setup (#673) 2019-06-14 12:33:37 +01:00
schema.rst Rebuild documentation 2019-05-07 19:23:01 +01:00
settings.rst Update doc setup (#673) 2019-06-14 12:33:37 +01:00
testing.rst Fix importing error for GraphQLTestCase 2019-05-08 22:45:28 +01:00
tutorial-plain.rst Rebuild documentation 2019-05-07 19:23:01 +01:00
tutorial-relay.rst Rebuild documentation 2019-05-07 19:23:01 +01:00