Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
remove depricated SessionAuthenticationMiddleware
Browse files Browse the repository at this point in the history
  • Loading branch information
ckleemann committed Jan 27, 2018
1 parent a046ea8 commit 74201b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyophase/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
'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',
'django.middleware.security.SecurityMiddleware',
Expand Down

0 comments on commit 74201b3

Please sign in to comment.