Closed EatEmAll closed 6 years ago
I'm getting the following error across all tests when running on Django 2.0: AttributeError: module 'django.contrib.auth.middleware' has no attribute 'SessionAuthenticationMiddleware'
AttributeError: module 'django.contrib.auth.middleware' has no attribute 'SessionAuthenticationMiddleware'
Support for Django 2.0 was added.
How did you fix the error with Django 2.0 that was popping up during tests
I'm getting the following error across all tests when running on Django 2.0:
AttributeError: module 'django.contrib.auth.middleware' has no attribute 'SessionAuthenticationMiddleware'