From 0eea9ad48bd35e7a624aaa9723f948d796d9c704 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 12 Nov 2015 15:23:27 -0500 Subject: [PATCH] Disable wiki notifications This is an expedient fix to a problem with migrations during the Django 1.8 upgrade. --- lms/envs/common.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index 0c8f58b4a4..1ba8f86632 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -1887,7 +1887,10 @@ INSTALLED_APPS = ( 'sekizai', #'wiki.plugins.attachments', 'wiki.plugins.links', - 'wiki.plugins.notifications', + # Notifications were enabled, but only 11 people used it in three years. It + # got tangled up during the Django 1.8 migration, so we are disabling it. + # See TNL-3783 for details. + #'wiki.plugins.notifications', 'course_wiki.plugins.markdownedx', # Foldit integration