graphene-django/docs
Atul Varma 263c7267cb Fix code errors in form-mutations.rst (#499)
This fixes what appear to be some code errors/typos:

* The `FormMutation` class was renamed to `DjangoFormMutation`, and `ModelFormMutation` to `DjangoModelFormMutation`, in 40610c64a3.
* `form_valid` was renamed to `perform_mutate` in 463ce68b16.

It also clarifies a few things that I found confusing:

* It explicitly mentions that `perform_mutate` is a class method.
* The code samples now import the form classes from their packages, so readers know where to import them from too.
2019-03-19 20:24:24 +00:00
..
authorization.rst fix order in params 2018-09-26 13:07:50 -05:00
conf.py Bump year to 2017 2017-02-12 16:48:59 +02:00
debug.rst Updated docs as graphql highlight is not yet supported 2016-09-26 01:13:31 -07:00
filtering.rst Making GrapheneFilterSetMixin compatible with django_filter 2 2018-09-04 13:15:04 -04:00
form-mutations.rst Fix code errors in form-mutations.rst (#499) 2019-03-19 20:24:24 +00:00
index.rst Document form mutations 2017-10-02 09:32:36 -05:00
introspection.rst Updated Django docs with latest changes in graphene-python PRs. 2016-09-25 04:11:01 -07:00
Makefile Added first version of the docs 2016-09-20 22:30:36 -07:00
requirements.txt Updated docs template 2018-03-13 22:38:17 -07:00
rest-framework.rst Fix doc: Bad documented SerializerMutation attribute 2018-04-05 14:46:10 -03:00
tutorial-plain.rst Reword 'abstract' -> 'mixin' in plain tutorial 2018-08-01 12:51:46 +01:00
tutorial-relay.rst Ensure code example is fully functional (#477) 2019-03-19 20:22:04 +00:00