Skip to content
Snippets Groups Projects
  1. Apr 22, 2019
  2. Feb 12, 2019
  3. Feb 05, 2019
  4. Nov 07, 2018
  5. Jun 05, 2018
  6. May 03, 2018
  7. 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
  8. Jul 14, 2017