Skip to content
Snippets Groups Projects
Unverified Commit 1990dc7f authored by Brandon DeRosier's avatar Brandon DeRosier
Browse files

Patch the bulk_enroll request to use a form content type

Setting the content type to be form data makes Django Rest Framework v3.6.3 treat all passed JSON data as
POST parameters. This is necessary because this request is forwarded on to the student_update_enrollment
view, which requires all of the parameters to be passed in via POST parameters.
parent 8ec60397
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment