Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
edx-platform
Commits
3b5c4d11
Commit
3b5c4d11
authored
Oct 18, 2017
by
John Eskew
Committed by
Dillon Dumesnil
Oct 31, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes to mgmt cmds which delete django-simple-history data.
parent
261e6004
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
common/djangoapps/microsite_configuration/management/commands/delete_historical_microsite_data.py
+1
-1
lms/djangoapps/verify_student/management/commands/delete_historical_verify_student_data.py
+1
-1
No files found.
common/djangoapps/microsite_configuration/management/commands/delete_historical_microsite_data.py
View file @
3b5c4d11
...
...
@@ -5,7 +5,7 @@ microsite_configuration_historicalmicrositetemplate
"""
import
logging
from
common.djangoapps.
microsite_configuration.models
import
MicrositeOrganizationMapping
,
MicrositeTemplate
from
microsite_configuration.models
import
MicrositeOrganizationMapping
,
MicrositeTemplate
from
openedx.core.djangoapps.util.row_delete
import
delete_rows
,
BaseDeletionCommand
log
=
logging
.
getLogger
(
__name__
)
...
...
lms/djangoapps/verify_student/management/commands/delete_historical_verify_student_data.py
View file @
3b5c4d11
...
...
@@ -3,7 +3,7 @@ Command to delete all rows from the verify_student_historicalverificationdeadlin
"""
import
logging
from
verify_student.models
import
VerificationDeadline
from
lms.djangoapps.
verify_student.models
import
VerificationDeadline
from
openedx.core.djangoapps.util.row_delete
import
delete_rows
,
BaseDeletionCommand
log
=
logging
.
getLogger
(
__name__
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment