grantmcconnaughey / django-field-history

A Django app to track changes to model fields.
BSD 3-Clause "New" or "Revised" License
314 stars 33 forks source link

Django 1.10 has updated middlware handling #12

Closed matthewslaney closed 8 years ago

matthewslaney commented 8 years ago

Django 1.10 using MIDDLEWARE instead of MIDDLEWARE_CLASSES in settings.py. See https://docs.djangoproject.com/en/1.10/releases/1.10/#new-style-middleware for details.

grantmcconnaughey commented 8 years ago

Fixed in #13. Thanks again. 😄