mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-01-31 11:48:38 +03:00
Fix doc: Bad documented SerializerMutation attribute
This commit is contained in:
parent
a480a39713
commit
b1245fed16
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user