- Sep 23, 2020
-
-
Troy Sankey authored
-
- Sep 18, 2020
-
-
Troy Sankey authored
-
- May 01, 2020
-
-
Aarif authored
-
- Jan 31, 2020
-
-
Robert Raposa authored
Adds a course_ids api that can filter by user role, since the courses api could not perform well enough for this, and returned much more data than we need. Additionally, adds a LazyPageNumberPagination to provide more accurate counts in the pagination response when using LazySequence with the queryset. BOM-897
-
- Dec 30, 2019
-
-
Feanil Patel authored
-
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
-
- Jul 16, 2019
-
-
Ayub khan authored
-
- Jun 05, 2018
-
-
Eric Fischer authored
Django 1.10 deprecation fix for Hackathon XIX Addresses PLAT-1397
-
- Oct 11, 2017
-
-
Simon Chen authored
This reverts commit a1419b15.
-
- Oct 08, 2017
-
-
Clinton Blackburn authored
The license for course run content is now stored on the CourseOverviews model and exposed via the Course API. LEARNER-2791
-
- Jun 29, 2017
-
-
Jose Antonio Gonzalez authored
-
- Nov 03, 2016
-
-
Matthew Piatetsky authored
-
- Oct 31, 2016
-
-
Matthew Piatetsky authored
This reverts commit c6b6d0bc, reversing changes made to fa2b1ae4.
-
- Oct 27, 2016
-
-
Matthew Piatetsky authored
-
- Oct 20, 2016
-
-
Matthew Piatetsky authored
-
- Apr 01, 2016
-
-
Clinton Blackburn authored
ECOM-4013
-
- Mar 30, 2016
-
-
Clinton Blackburn authored
ECOM-3994
-
- Dec 28, 2015
-
-
Nimisha Asthagiri authored
-
Nimisha Asthagiri authored
-
- Dec 23, 2015
-
-
Nimisha Asthagiri authored
-
- Dec 22, 2015
-
-
Robert Raposa authored
- Remove escaping in display_name_with_default - Move escaped version to deprecated display_name_with_default_escaped - Does not include any other changes to remove double-escaping Thanks to agaylard who initiated this work: https://github.com/edx/edx-platform/pull/10756 TNL-3425
-
- Dec 10, 2015
-
-
Nimisha Asthagiri authored
-
- Dec 04, 2015
-
-
Nimisha Asthagiri authored
MA-1661
-
Nimisha Asthagiri authored
-
- Dec 01, 2015
-
-
J. Cliff Dyer authored
* Catalog results are now paginated * Implements the new namespaced pagination described at https://openedx.atlassian.net/wiki/pages/viewpage.action?pageId=47481813 * API level code returns pythonic business objects * View layer performs serialize at the view layer * Convert views to use DRF generic views * Removes an unintentional authentication decorator that caused the detail endpoint to return a 401 for anonymous users MA-1724
-
- Nov 24, 2015
-
-
Michael Frey authored
-