[Fixed]-Django-rest-framework: Browsable API can't get POST data via HTML form, but can from Raw data

1👍

You simply need to upgrade django rest framework to 3.3.1. There was a bug in 3.3.0 that sets all form data to empty values when using the session login.

Edit:
The issue was https://github.com/tomchristie/django-rest-framework/issues/3574

Leave a comment