Skip to content

Commit b1245fe

Browse files
committed
Fix doc: Bad documented SerializerMutation attribute
1 parent a480a39 commit b1245fe

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)