From 9a696556a59948bb48b24d9a844a1613d1a1f1c9 Mon Sep 17 00:00:00 2001
From: Jeremy Bowman <jbowman@edx.org>
Date: Fri, 1 Dec 2017 17:06:39 -0500
Subject: [PATCH] PLAT-1408 Update reference to Django's context_processors
 module

---
 lms/envs/load_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lms/envs/load_test.py b/lms/envs/load_test.py
index 3ebe44182c4..7b7e7df4051 100644
--- a/lms/envs/load_test.py
+++ b/lms/envs/load_test.py
@@ -10,7 +10,7 @@ from .aws import *
 
 # Disable CSRF for load testing
 EXCLUDE_CSRF = lambda elem: elem not in [
-    'django.core.context_processors.csrf',
+    'django.template.context_processors.csrf',
     'django.middleware.csrf.CsrfViewMiddleware'
 ]
 DEFAULT_TEMPLATE_ENGINE['OPTIONS']['context_processors'] = filter(
-- 
GitLab