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
Source:stackexchange.com