Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Commit

Permalink
settings: Remove deprecated middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
rmader committed Jul 11, 2019
1 parent b004aec commit 06b11d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion liqd_product/config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
'django.middleware.locale.LocaleMiddleware',
'django.middleware.common.CommonMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',

'apps.partners.middleware.PartnerMiddleware',
Expand Down

0 comments on commit 06b11d5

Please sign in to comment.