Skip to content

Commit f045147

Browse files
authored
Merge pull request #422 from tadeo/master
Fix doc: Bad documented SerializerMutation attribute
2 parents 27a7c0e + b1245fe commit f045147

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/rest-framework.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ customize this use the `model_operations` attribute. The update
2727
operation looks up models by the primary key by default. You can
2828
customize the look up with the lookup attribute.
2929

30-
Other default attributes:
31-
32-
`partial = False`: Accept updates without all the input fields.
33-
3430
.. code:: python
3531
3632
from graphene_django.rest_framework.mutation import SerializerMutation

0 commit comments

Comments
 (0)