selwin / django-user_agents

A django package that allows easy identification of visitor's browser, OS and device information, including whether the visitor uses a mobile phone, tablet or a touch capable device.
MIT License
640 stars 104 forks source link

Update middleware to support Django 1.10 #14

Closed grschafer closed 8 years ago

grschafer commented 8 years ago

Updates the middleware to be django 1.10-compatible as suggested here: https://github.com/selwin/django-user_agents/issues/13

Updates some out-of-date settings, imports, etc so that tests are runnable.

grschafer commented 8 years ago

Updated travis CI matrix based on django release notes on python compatibility:

image

selwin commented 8 years ago

Thanks!