From b1245fed16df48d925c69d2c7932ab6c448f8d88 Mon Sep 17 00:00:00 2001 From: Tadeo Carrier Date: Thu, 5 Apr 2018 14:46:10 -0300 Subject: [PATCH] Fix doc: Bad documented SerializerMutation attribute --- docs/rest-framework.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/rest-framework.rst b/docs/rest-framework.rst index 028b42a..ce666de 100644 --- a/docs/rest-framework.rst +++ b/docs/rest-framework.rst @@ -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 customize the look up with the lookup attribute. -Other default attributes: - -`partial = False`: Accept updates without all the input fields. - .. code:: python from graphene_django.rest_framework.mutation import SerializerMutation