Skip to content

Commit

Permalink
Merge pull request #239 from ccnmtl/remove-middleware-classes
Browse files Browse the repository at this point in the history
Remove MIDDLEWARE_CLASSES in test runner
  • Loading branch information
sdreher committed Jul 12, 2019
2 parents 7730a80 + 1a1fc99 commit 84735e8
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 84735e8

Please sign in to comment.