Skip to content
Snippets Groups Projects
  1. Nov 07, 2020
  2. Nov 04, 2020
    • Diane Kaplan's avatar
    • Kyle McCormick's avatar
      Use full names for lms.djangoapps imports (#25401) · d1a775d3
      Kyle McCormick authored
      * Use full LMS imports paths in LMS settings and urls modules
      * Use full LMS import paths in Studio settings and urls modules
      * Import from lms.djangoapps.badges instead of badges
      * Import from lms.djangoapps.branding instead of branding
      * Import from lms.djangoapps.bulk_email instead of bulk_email
      * Import from lms.djangoapps.bulk_enroll instead of bulk_enroll
      * Import from lms.djangoapps.ccx instead of ccx
      * Import from lms.djangoapps.course_api instead of course_api
      * Import from lms.djangoapps.course_blocks instead of course_blocks
      * Import from lms.djangoapps.course_wiki instead of course_wiki
      * Import from lms.djangoapps.courseware instead of courseware
      * Import from lms.djangoapps.dashboard instead of dashboard
      * Import from lms.djangoapps.discussion import discussion
      * Import from lms.djangoapps.email_marketing instead of email_marketing
      * Import from lms.djangoapps.experiments instead of experiments
      * Import from lms.djangoapps.gating instead of gating
      * Import from lms.djangoapps.grades instead of grades
      * Import from lms.djangoapps.instructor_analytics instead of instructor_analytics
      * Import form lms.djangoapps.lms_xblock instead of lms_xblock
      * Import from lms.djangoapps.lti_provider instead of lti_provider
      * Import from lms.djangoapps.mobile_api instead of mobile_api
      * Import from lms.djangoapps.rss_proxy instead of rss_proxy
      * Import from lms.djangoapps.static_template_view instead of static_template_view
      * Import from lms.djangoapps.survey instead of survey
      * Import from lms.djangoapps.verify_student instead of verify_student
      * Stop suppressing EdxPlatformDeprecatedImportWarnings
      d1a775d3
  3. Feb 06, 2020
  4. Jan 02, 2020
  5. Dec 30, 2019
  6. May 21, 2019
  7. Oct 17, 2018
  8. Oct 01, 2018
  9. Apr 24, 2018
  10. Jan 25, 2018
    • Troy Sankey's avatar
      avoid unnecessary attempt to update an immutable dict · 1deb26e1
      Troy Sankey authored
      request.data has become immutable under Django 1.11 for some reason.
      Regardless, setting the 'id' key should be extraneous because we already
      instruct the update method to use a specific pk (see kwargs) which
      should be sufficient to locate the database record and update it.
      1deb26e1
  11. Jul 14, 2017
  12. Jun 28, 2017
  13. Jun 27, 2017
  14. Jun 15, 2017
Loading