From 1c7720a561d00ea7f9b964fe1856c92cea076f97 Mon Sep 17 00:00:00 2001
From: George Babey <gbabey@edx.org>
Date: Fri, 23 Feb 2018 12:54:23 -0500
Subject: [PATCH] Bump drf-extensions for pagination move

---
 common/djangoapps/entitlements/api/v1/views.py | 2 +-
 requirements/edx/base.txt                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/djangoapps/entitlements/api/v1/views.py b/common/djangoapps/entitlements/api/v1/views.py
index 4d63c3c8eb0..32265f6faf7 100644
--- a/common/djangoapps/entitlements/api/v1/views.py
+++ b/common/djangoapps/entitlements/api/v1/views.py
@@ -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
 
diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt
index 975eba909ec..5039c904d5a 100644
--- a/requirements/edx/base.txt
+++ b/requirements/edx/base.txt
@@ -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
 
-- 
GitLab