From 1f36bf0876c2447ddf757db8f2beb42b553a8605 Mon Sep 17 00:00:00 2001 From: John Eskew Date: Fri, 13 Oct 2017 17:44:16 -0400 Subject: [PATCH] Add django-simple-history back to edx-platform as a requirement. The module is still used by (at least) edx-enterprise. --- cms/envs/common.py | 3 +++ lms/envs/common.py | 3 +++ requirements/edx/base.txt | 1 + 3 files changed, 7 insertions(+) diff --git a/cms/envs/common.py b/cms/envs/common.py index 3a5af3b51a..f40419da75 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -912,6 +912,9 @@ INSTALLED_APPS = [ # Common views 'openedx.core.djangoapps.common_views', + # History tables + 'simple_history', + # Database-backed configuration 'config_models', 'waffle', diff --git a/lms/envs/common.py b/lms/envs/common.py index b25788a452..8fc9662ece 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -1988,6 +1988,9 @@ INSTALLED_APPS = [ # Common views 'openedx.core.djangoapps.common_views', + # History tables + 'simple_history', + # Database-backed configuration 'config_models', 'waffle', diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index 28cbc5a418..575394f33d 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -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