jpadilla / django-rest-framework-oauth

OAuth support for Django REST Framework
http://jpadilla.github.io/django-rest-framework-oauth
BSD 3-Clause "New" or "Revised" License
58 stars 22 forks source link

Python 3 support #4

Closed thedrow closed 9 years ago

thedrow commented 9 years ago

Why isn't Python 3 supported in this package? It used to work just fine in DRF core.

jpadilla commented 9 years ago

@thedrow the packages required and used don't have support for Python 3 yet. There's been a note about it here since I can remember. Perhaps you might be thinking about django-oauth-toolkit.