Commit 1f36bf08 by John Eskew

Add django-simple-history back to edx-platform as a requirement.

The module is still used by (at least) edx-enterprise.
parent a7888b78
...@@ -912,6 +912,9 @@ INSTALLED_APPS = [ ...@@ -912,6 +912,9 @@ INSTALLED_APPS = [
# Common views # Common views
'openedx.core.djangoapps.common_views', 'openedx.core.djangoapps.common_views',
# History tables
'simple_history',
# Database-backed configuration # Database-backed configuration
'config_models', 'config_models',
'waffle', 'waffle',
......
...@@ -1988,6 +1988,9 @@ INSTALLED_APPS = [ ...@@ -1988,6 +1988,9 @@ INSTALLED_APPS = [
# Common views # Common views
'openedx.core.djangoapps.common_views', 'openedx.core.djangoapps.common_views',
# History tables
'simple_history',
# Database-backed configuration # Database-backed configuration
'config_models', 'config_models',
'waffle', 'waffle',
......
...@@ -28,6 +28,7 @@ django-pipeline-forgiving==1.0.0 ...@@ -28,6 +28,7 @@ django-pipeline-forgiving==1.0.0
django-pyfs==1.0.7 django-pyfs==1.0.7
django-sekizai>=0.10 django-sekizai>=0.10
django-ses==0.7.1 django-ses==0.7.1
django-simple-history==1.6.3
django-statici18n==1.4.0 django-statici18n==1.4.0
django-storages==1.4.1 django-storages==1.4.1
django-method-override==0.1.0 django-method-override==0.1.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment