Handle the caching of responses between Python 2 and Python 3.

This commit is contained in:
Diana Huang
2019-12-12 11:14:40 -05:00
parent fe5a862153
commit e005c0461e
3 changed files with 7 additions and 25 deletions

View File

@@ -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',