summaryrefslogtreecommitdiffstats
path: root/core/middleware.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/middleware.py')
-rw-r--r--core/middleware.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/middleware.py b/core/middleware.py
index 56078a9..91e64ec 100644
--- a/core/middleware.py
+++ b/core/middleware.py
@@ -2,6 +2,7 @@ from django.conf import settings
from django import http
from django.urls import reverse, resolve,Resolver404
"""Non-standard django middleware is loaded from this file.
+It needs re-writing to be compatible with Django v2.0+
"""
class SmartAppendSlashMiddleware(object):