Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
code.vt.edu will be down for maintenance from 0530-0630 EDT Wednesday, March 26th
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
1c7720a5
Commit
1c7720a5
authored
7 years ago
by
George Babey
Browse files
Options
Downloads
Patches
Plain Diff
Bump drf-extensions for pagination move
parent
26bac9f6
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
common/djangoapps/entitlements/api/v1/views.py
+1
-1
1 addition, 1 deletion
common/djangoapps/entitlements/api/v1/views.py
requirements/edx/base.txt
+1
-1
1 addition, 1 deletion
requirements/edx/base.txt
with
2 additions
and
2 deletions
common/djangoapps/entitlements/api/v1/views.py
+
1
−
1
View file @
1c7720a5
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
requirements/edx/base.txt
+
1
−
1
View file @
1c7720a5
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment