Skip to content

Commit

Permalink
The SessionAuthenticationMiddleware class is removed from Django 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-smirnov committed Mar 1, 2019
1 parent efe301a commit d52827b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion postorius/mailman-web/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
'django.middleware.csrf.CsrfViewMiddleware',
'django.middleware.locale.LocaleMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'django.middleware.security.SecurityMiddleware',
Expand Down

0 comments on commit d52827b

Please sign in to comment.