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
24ee08dc
Commit
24ee08dc
authored
4 years ago
by
Jayram Nai
Browse files
Options
Downloads
Patches
Plain Diff
Squash experiments DeprecatedEdxPlatformImportWarning
parent
fe9395bd
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lms/djangoapps/experiments/views.py
+4
-4
4 additions, 4 deletions
lms/djangoapps/experiments/views.py
with
4 additions
and
4 deletions
lms/djangoapps/experiments/views.py
+
4
−
4
View file @
24ee08dc
...
...
@@ -16,10 +16,10 @@ from rest_framework.response import Response
from
rest_framework.views
import
APIView
from
util.json_request
import
JsonResponse
from
experiments
import
filters
,
serializers
from
experiments.models
import
ExperimentData
,
ExperimentKeyValue
from
experiments.permissions
import
IsStaffOrOwner
,
IsStaffOrReadOnly
,
IsStaffOrReadOnlyForSelf
from
experiments.utils
import
get_experiment_user_metadata_context
from
lms.djangoapps.
experiments
import
filters
,
serializers
from
lms.djangoapps.
experiments.models
import
ExperimentData
,
ExperimentKeyValue
from
lms.djangoapps.
experiments.permissions
import
IsStaffOrOwner
,
IsStaffOrReadOnly
,
IsStaffOrReadOnlyForSelf
from
lms.djangoapps.
experiments.utils
import
get_experiment_user_metadata_context
from
openedx.core.djangoapps.cors_csrf.authentication
import
SessionAuthenticationCrossDomainCsrf
from
student.models
import
get_user_by_username_or_email
...
...
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