Remove django-simple-history and all HistoricalRecords.

This commit is contained in:
John Eskew
2017-10-06 16:26:06 -04:00
parent 0702df51bf
commit 737ebccb74
9 changed files with 5 additions and 38 deletions

View File

@@ -912,9 +912,6 @@ INSTALLED_APPS = [
# Common views
'openedx.core.djangoapps.common_views',
# History tables
'simple_history',
# Database-backed configuration
'config_models',
'waffle',