Skip to content
Snippets Groups Projects
Commit 1c7720a5 authored by George Babey's avatar George Babey
Browse files

Bump drf-extensions for pagination move

parent 26bac9f6
No related merge requests found
......@@ -5,6 +5,7 @@ from django.db import IntegrityError, transaction
from django.utils import timezone
from django_filters.rest_framework import DjangoFilterBackend
from edx_rest_framework_extensions.authentication import JwtAuthentication
from edx_rest_framework_extensions.paginators import DefaultPagination
from opaque_keys import InvalidKeyError
from opaque_keys.edx.keys import CourseKey
from pytz import UTC
......@@ -20,7 +21,6 @@ from entitlements.utils import is_course_run_entitlement_fullfillable
from lms.djangoapps.commerce.utils import refund_entitlement
from openedx.core.djangoapps.catalog.utils import get_course_runs_for_course
from openedx.core.djangoapps.cors_csrf.authentication import SessionAuthenticationCrossDomainCsrf
from edx_rest_framework_extensions.paginators import DefaultPagination
from student.models import CourseEnrollment
from student.models import CourseEnrollmentException, AlreadyEnrolledError
......
......@@ -46,7 +46,7 @@ edx-ace==0.1.6
edx-analytics-data-api-client==0.14.3
edx-ccx-keys==0.2.1
edx-celeryutils==0.2.7
edx-drf-extensions==1.2.3
edx-drf-extensions==1.2.4
edx-i18n-tools==0.4.2
edx-lint==0.5.4
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment