Fix doc: Bad documented SerializerMutation attribute

This commit is contained in:
Tadeo Carrier 2018-04-05 14:46:10 -03:00
parent a480a39713
commit b1245fed16

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
customize the look up with the lookup attribute.
Other default attributes:
`partial = False`: Accept updates without all the input fields.
.. code:: python
from graphene_django.rest_framework.mutation import SerializerMutation