We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27a7c0e + b1245fe commit f045147Copy full SHA for f045147
docs/rest-framework.rst
@@ -27,10 +27,6 @@ customize this use the `model_operations` attribute. The update
27
operation looks up models by the primary key by default. You can
28
customize the look up with the lookup attribute.
29
30
-Other default attributes:
31
-
32
-`partial = False`: Accept updates without all the input fields.
33
34
.. code:: python
35
36
from graphene_django.rest_framework.mutation import SerializerMutation
0 commit comments