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.
1 parent a480a39 commit b1245feCopy full SHA for b1245fe
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