Skip to content

Commit

Permalink
Remove MIDDLEWARE_CLASSES in test runner
Browse files Browse the repository at this point in the history
This was only needed for Django 1.8.
  • Loading branch information
nikolas committed Jul 12, 2019
1 parent 7730a80 commit 1a1fc99
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ def main():
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
),
# For django 1.8
MIDDLEWARE_CLASSES=(
'django.contrib.sessions.middleware.SessionMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
),
TEMPLATES=[
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
Expand Down

0 comments on commit 1a1fc99

Please sign in to comment.