Commit df472044 by John Eskew Committed by GitHub

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.
parents a7888b78 1f36bf08
......@@ -912,6 +912,9 @@ INSTALLED_APPS = [
# Common views
'openedx.core.djangoapps.common_views',
# History tables
'simple_history',
# Database-backed configuration
'config_models',
'waffle',
......
......@@ -1988,6 +1988,9 @@ INSTALLED_APPS = [
# Common views
'openedx.core.djangoapps.common_views',
# History tables
'simple_history',
# Database-backed configuration
'config_models',
'waffle',
......
......@@ -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
......
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