diff --git a/rest_framework/renderers.py b/rest_framework/renderers.py index 406dda72c..21cf2855b 100644 --- a/rest_framework/renderers.py +++ b/rest_framework/renderers.py @@ -456,6 +456,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