You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have djangorestframework 3.2.4 and django 1.8.5 installed globally and everything is working fine from that environment.
If I create an environment with djangorestframework 3.3.0 and django 1.8.5, the exact same project with the same local db works until I try to post a form from the browsable api. The POST fails with "This field is required", even if there was data. All I've tested so far is POSTing from the HTML form, but this occurs even in the most basic tutorial.
The text was updated successfully, but these errors were encountered:
I need more informations to reproduce, I gave 3.3.0 a go with browsable API and it works here (tm).
Could you can with a simplest basic failing example or test case ?
I have djangorestframework 3.2.4 and django 1.8.5 installed globally and everything is working fine from that environment.
If I create an environment with djangorestframework 3.3.0 and django 1.8.5, the exact same project with the same local db works until I try to post a form from the browsable api. The POST fails with "This field is required", even if there was data. All I've tested so far is POSTing from the HTML form, but this occurs even in the most basic tutorial.
The text was updated successfully, but these errors were encountered: