kumar303 / hawkrest

Hawk HTTP Authorization for Django Rest Framework
BSD 3-Clause "New" or "Revised" License
19 stars 8 forks source link

Add testing against Django 1.10+, django-rest-framework 3.4/3.5 & Python 3.6 #31

Closed edmorley closed 7 years ago

edmorley commented 7 years ago

For now Django 1.10+ has test failures (#30), so is marked as allowed to fail. Later PRs that work to green up newer Django will then simply adjust .travis.yml and documentation/changelog appropriately.

See individual multi-line commit messages for further details.

Fixes #29.