graphene-django/graphene_django/tests
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
..
issues Fix duplicated ErrorType declaration (#539) 2019-03-31 12:01:43 +01:00
__init__.py Isolated Graphene Django in a new package 2016-09-17 16:31:17 -07:00
models.py Adds enhanced support for proxy models. 2019-03-27 17:09:25 +13:00
schema_view.py Reformatted files using black 2018-07-19 16:52:24 -07:00
schema.py Reformatted files using black 2018-07-19 16:52:24 -07:00
test_command.py Introduce Black formatting, additional tests 2019-05-02 17:46:35 +01:00
test_converter.py Add convert_choices_to_enum option on DjangoObjectType Meta class (#674) 2019-06-17 18:48:29 +01:00
test_forms.py Reformatted files using black 2018-07-19 16:52:24 -07:00
test_query.py Update travis and tox (#667) 2019-06-10 20:54:30 -07:00
test_schema.py Reformatted files using black 2018-07-19 16:52:24 -07:00
test_types.py Add convert_choices_to_enum option on DjangoObjectType Meta class (#674) 2019-06-17 18:48:29 +01:00
test_utils.py Drop reverse flag, remove duplicates in get_model_fields 2017-05-25 11:01:29 -05:00
test_views.py Reformatted files using black 2018-07-19 16:52:24 -07:00
urls_inherited.py Reformatted files using black 2018-07-19 16:52:24 -07:00
urls_pretty.py Reformatted files using black 2018-07-19 16:52:24 -07:00
urls.py Reformatted files using black 2018-07-19 16:52:24 -07:00