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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user