graphene-django/graphene_django
Jonathan Kim 692540cc78
Update flake8 (#688)
* Include setup.py in black formatting

* Add new flake8 plugins and update errors to look for

* Fix duplicate test name

* Don't use mutable data structure

* Install all dev dependencies for flake8 and black tox envs
2019-06-24 18:55:44 +01:00
..
debug add reverse relation one to one query test 2019-06-09 12:41:04 -07:00
filter Update flake8 (#688) 2019-06-24 18:55:44 +01:00
forms Bugfix: FormMutation was always causing boolean fields to be required (#613) 2019-05-09 11:47:47 -07:00
management Add watch option to graphql_schema (#656) 2019-06-09 17:06:50 -07:00
rest_framework Update flake8 (#688) 2019-06-24 18:55:44 +01:00
static/graphene_django Revert to default query execution behaviour 2018-09-09 21:44:30 +01:00
templates/graphene bump react to 16.8.6 2019-05-20 19:41:25 +08:00
tests Add convert_choices_to_enum option on DjangoObjectType Meta class (#674) 2019-06-17 18:48:29 +01:00
utils Stop enforcing csrf checks in GraphQLTestCase (#658) 2019-06-09 16:30:48 -07:00
__init__.py increment version to match release tag 2019-05-31 14:38:34 -07:00
compat.py Introduce Black formatting, additional tests 2019-05-02 17:46:35 +01:00
converter.py Add convert_choices_to_enum option on DjangoObjectType Meta class (#674) 2019-06-17 18:48:29 +01:00
fields.py Merge pull request #609 from acu/fix-connection-field-required 2019-05-06 12:01:12 +01:00
registry.py Reformatted files using black 2018-07-19 16:52:24 -07:00
settings.py Allow graphql schema export to use a canonical representation (#439) 2019-03-31 11:30:29 +01:00
types.py Add convert_choices_to_enum option on DjangoObjectType Meta class (#674) 2019-06-17 18:48:29 +01:00
views.py Merge pull request #647 from dulmandakh/react-16.8.6 2019-05-21 14:18:45 +01:00