eofs / django-rest-framework-proxy

Django Rest Framework Proxy views
138 stars 58 forks source link

Add token support (and fix tests) #16

Closed SmileyChris closed 8 years ago

SmileyChris commented 8 years ago

Token authentication support added, along with tests. Also fixed broken Python 3.2 tests in tox due to recent incompatible upstream test requirements

SmileyChris commented 8 years ago

Looks like the travis config needs updating to use a version of tox also suitable for Python 3.2. I'll leave that outside this pull request.

SmileyChris commented 8 years ago

Does that look better?

eofs commented 8 years ago

Looks good. Thanks!