diff --git a/rest_framework/renderers.py b/rest_framework/renderers.py index 6e1370b72..5d705f22c 100644 --- a/rest_framework/renderers.py +++ b/rest_framework/renderers.py @@ -448,6 +448,8 @@ class BrowsableAPIRenderer(BaseRenderer): instance = None else: instance = None + if method == 'POST': + serializer = None # If this is valid serializer data, and the form is for the same # HTTP method as was used in the request then use the existing