graphene-django/graphene_django
Dan Palmer 2b08e59bea
Revert to default query execution behaviour
The only security risk here is persuading a user to execute a mutation,
which is probably not a big risk. To mitigate this risk and still keep
the same UX (that is so valuable), would require more work than is
proportionate for this PR.
2018-09-09 21:44:30 +01:00
..
debug Reformatted files using black 2018-07-19 16:52:24 -07:00
filter Reformatted files using black 2018-07-19 16:52:24 -07:00
forms Reformatted files using black 2018-07-19 16:52:24 -07:00
management Reformatted files using black 2018-07-19 16:52:24 -07:00
rest_framework Reformatted files using black 2018-07-19 16:52:24 -07:00
static/graphene_django Revert to default query execution behaviour 2018-09-09 21:44:30 +01:00
templates/graphene Change quotes to improve some syntax highlighting 2018-08-30 20:58:00 +01:00
tests Reformatted files using black 2018-07-19 16:52:24 -07:00
__init__.py Updated version to 2.1.0 2018-07-19 16:52:24 -07:00
compat.py Reformatted files using black 2018-07-19 16:52:24 -07:00
converter.py Reformatted files using black 2018-07-19 16:52:24 -07:00
fields.py Reformatted files using black 2018-07-19 16:52:24 -07:00
registry.py Reformatted files using black 2018-07-19 16:52:24 -07:00
settings.py Reformatted files using black 2018-07-19 16:52:24 -07:00
types.py Reformatted files using black 2018-07-19 16:52:24 -07:00
utils.py Reformatted files using black 2018-07-19 16:52:24 -07:00
views.py Don't execute on GET for GraphiQL 2018-08-30 19:29:33 +01:00