EatEmAll / django-djeddit

Minimalistic Reddit clone developed as a Django reusable app
http://eatemall.pythonanywhere.com
Other
42 stars 13 forks source link

Tests are failing on Django 2.0 #21

Closed EatEmAll closed 6 years ago

EatEmAll commented 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'

EatEmAll commented 6 years ago

Support for Django 2.0 was added.

Zerokami commented 6 years ago

How did you fix the error with Django 2.0 that was popping up during tests