Merge pull request #422 from tadeo/master

Fix doc: Bad documented SerializerMutation attribute
This commit is contained in:
Syrus Akbary 2018-06-05 14:41:58 -07:00 committed by GitHub
commit f0451476ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,10 +27,6 @@ customize this use the `model_operations` attribute. The update
operation looks up models by the primary key by default. You can operation looks up models by the primary key by default. You can
customize the look up with the lookup attribute. customize the look up with the lookup attribute.
Other default attributes:
`partial = False`: Accept updates without all the input fields.
.. code:: python .. code:: python
from graphene_django.rest_framework.mutation import SerializerMutation from graphene_django.rest_framework.mutation import SerializerMutation