Update master with hotfixes from release-2013-10-17.

This commit is contained in:
Brian Wilson
2013-10-18 11:50:42 -04:00
107 changed files with 3110 additions and 508 deletions

View File

@@ -154,6 +154,7 @@ MIDDLEWARE_CLASSES = (
# Instead of AuthenticationMiddleware, we use a cache-backed version
'cache_toolbox.middleware.CacheBackedAuthenticationMiddleware',
'student.middleware.UserStandingMiddleware',
'contentserver.middleware.StaticContentServer',
'django.contrib.messages.middleware.MessageMiddleware',