Skip to content
Snippets Groups Projects
  1. Jun 05, 2018
  2. May 03, 2018
  3. Jul 20, 2017
    • Brandon DeRosier's avatar
      Patch the bulk_enroll request to use a form content type · 1990dc7f
      Brandon DeRosier authored
      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.
      1990dc7f
  4. Jul 14, 2017
Loading