Commit e403ed22 by Leonardo Pistone Committed by GitHub

settings: remove SessionAuthenticationMiddleware

According to the 1.10 release notes [1] it has no purpose and can be removed.

[1] https://docs.djangoproject.com/en/1.10/releases/1.10/#features-removed-in-1-10
parent 9b400a16
......@@ -48,7 +48,6 @@ MIDDLEWARE = [
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment