Rename 'clean_headers' to 'header_control'.

This is part of adding the ability to forcefully set headers through the
middleware in addition to removing specific headers.
This commit is contained in:
Toby Lawrence
2016-03-03 14:00:12 -05:00
parent 1102412603
commit 4ca2692f5d
11 changed files with 202 additions and 131 deletions

View File

@@ -1087,7 +1087,7 @@ simplefilter('ignore')
MIDDLEWARE_CLASSES = (
'request_cache.middleware.RequestCache',
'clean_headers.middleware.CleanHeadersMiddleware',
'header_control.middleware.HeaderControlMiddleware',
'microsite_configuration.middleware.MicrositeMiddleware',
'django_comment_client.middleware.AjaxExceptionMiddleware',
'django.middleware.common.CommonMiddleware',