- Fix a bug where the hack to keep the django request was not working due to oauthlib encoding the object
- Forgot to update django-oauth-toolkit version in setup.py (version 0.9.0 needed because of this change)
- Convert token view api changed and is now more conform to the oauth2 api.
- Removed PROPRIETARY_BACKEND_NAME setting
- Invalidate sessions view now takes a client_id as a parameter