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

Fix Django 1.10 Middleware compatibility #13

Closed matthewslaney closed 8 years ago

matthewslaney commented 8 years ago

This is a fix for issue #12

Adds inheritance from django.utils.deprecation.MiddlewareMixin when using Django >= 1.10

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.1%) to 95.181% when pulling ea9018937825ca188623faa5d77a4086986cf307 on matthewslaney:master into d0fb824d4272ee5bed914bea3ba49e828b803acb on grantmcconnaughey:master.

grantmcconnaughey commented 8 years ago

Thank you! 👍