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
edx
edx-platform
Commits
41aaaab5
Commit
41aaaab5
authored
Oct 18, 2017
by
John Eskew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes to mgmt cmds which delete django-simple-history data.
parent
eb996577
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 @
41aaaab5
...
@@ -5,7 +5,7 @@ microsite_configuration_historicalmicrositetemplate
...
@@ -5,7 +5,7 @@ microsite_configuration_historicalmicrositetemplate
"""
"""
import
logging
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
from
openedx.core.djangoapps.util.row_delete
import
delete_rows
,
BaseDeletionCommand
log
=
logging
.
getLogger
(
__name__
)
log
=
logging
.
getLogger
(
__name__
)
...
...
lms/djangoapps/verify_student/management/commands/delete_historical_verify_student_data.py
View file @
41aaaab5
...
@@ -3,7 +3,7 @@ Command to delete all rows from the verify_student_historicalverificationdeadlin
...
@@ -3,7 +3,7 @@ Command to delete all rows from the verify_student_historicalverificationdeadlin
"""
"""
import
logging
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
from
openedx.core.djangoapps.util.row_delete
import
delete_rows
,
BaseDeletionCommand
log
=
logging
.
getLogger
(
__name__
)
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