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+ and django-rest-framework 3.4+ #29

Closed edmorley closed 7 years ago

edmorley commented 7 years ago

Currently the newest versions tested against are Django 1.9, django-rest-framework 3.3 and Python 3.5.

However there are now newer releases available:

I have a branch locally to add testing for these (Django 1.10's tests are failing, so they'll initially be marked as "allowed to fail"). Once #28 is merged, I'll open a PR.