Merge pull request #16241 from edx/jeskew/add_django_simple_history_back_to_rc_reqs

Add django-simple-history back to edx-platform as a requirement.
This commit is contained in:
John Eskew
2017-10-16 09:45:30 -04:00
committed by GitHub
3 changed files with 7 additions and 0 deletions

View File

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

View File

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

View File

@@ -28,6 +28,7 @@ django-pipeline-forgiving==1.0.0
django-pyfs==1.0.7
django-sekizai>=0.10
django-ses==0.7.1
django-simple-history==1.6.3
django-statici18n==1.4.0
django-storages==1.4.1
django-method-override==0.1.0