This repository has been archived by the owner on May 26, 2020. It is now read-only.
v1.6.0
Changelog
Changed
- Speed up tests. #108
- Bump up PyJWT version to v1.3.0. 54048f7
- Drop support for Python 3.2. dfb3208
- Added the ability to use custom renderers. #121
Fixed
- Verify now does not refresh token. #109
- Fixed testing DRF 2 with Django 1.8. #118
- Run tests only against latest DRF versions. #122
Added
- Add request to serializers' context. #119