2buntu / 2buntu-blog

Source code for the 2buntu blog.
http://2buntu.com
Apache License 2.0
15 stars 11 forks source link

Django 1.7 changes the MIDDLEWARE_CLASSES setting #79

Closed nathan-osman closed 10 years ago

nathan-osman commented 10 years ago

As of Django 1.7, the MIDDLEWARE_CLASSES setting no longer includes django.contrib.sessions.middleware.SessionMiddleware, django.contrib.auth.middleware.AuthenticationMiddleware, and django.contrib.messages.middleware.MessageMiddleware. This should be manually specified in settings.py now.