Handle the caching of responses between Python 2 and Python 3.
This commit is contained in:
@@ -1444,9 +1444,6 @@ MIDDLEWARE_CLASSES = [
|
||||
'lms.djangoapps.discussion.django_comment_client.middleware.AjaxExceptionMiddleware',
|
||||
'django.middleware.common.CommonMiddleware',
|
||||
|
||||
# Debugging Middleware. Remove once Python 3 has been deployed.
|
||||
'track.middleware.ResponseLoggingMiddleware',
|
||||
|
||||
'django.contrib.sites.middleware.CurrentSiteMiddleware',
|
||||
'edx_rest_framework_extensions.auth.jwt.middleware.JwtAuthCookieMiddleware',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user