- Nov 07, 2020
-
-
Jayram Nai authored
-
- Nov 04, 2020
-
-
Diane Kaplan authored
-
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
-
- Feb 06, 2020
-
-
iamsobanjaved authored
-
- Jan 02, 2020
-
-
Diana Huang authored
-
- Dec 30, 2019
-
-
Feanil Patel authored
This will remove imports from __future__ that are no longer needed. https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
-
- May 21, 2019
-
-
Stu Young authored
* run python modernize * run isort * Fix quality
-
- Oct 17, 2018
-
-
Robert Raposa authored
Note: this version update is backward incompatible. ARCH-255
-
- Oct 01, 2018
-
-
Ahsan Ulhaq authored
LEARNER-6469
-
- Apr 24, 2018
-
-
Gabe Mulley authored
-
- Jan 25, 2018
-
-
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.
-
- Jul 14, 2017
-
-
John Eskew authored
with a custom patch needed by edx-platform. Upgrade django-filter as well to v1.0.4 Import DjangoFilterBackend from the correct module - django_filter. Add django-filter to INSTALLED_APPS.
-
- Jun 28, 2017
-
-
Clinton Blackburn authored
-
Clinton Blackburn authored
This endpoint allows the Rapid Experiments Team to quickly update data for multiple learners.
-
- Jun 27, 2017
-
-
Clinton Blackburn authored
-
- Jun 15, 2017