Release 1.0.0
In this major release we have focused on stabilization effort with JWT support. List of changes:
- Add JWT authentication support
- Add/Update documentation about JWT
- Add/Update/Fix tests where necessary
- Add support for Django REST Framework 3.7
- Drop support for Django REST Framework 3.6
- Replace built-in email support with django-templated-mail
- Refactor test configuration for better performance and organization
- Refactor RootView to have better support for modular URLs
- Update URLs to be slightly more RESTful.
- Update codebase with small syntax/formatting fixes
- Update README/documentation to reflect on codebase changes
- Move
DOMAIN
andSITE_NAME
settings to django-templated-mail - Remove
USE_HTML_EMAIL_TEMPLATES
andROOT_VIEW_URLS_MAPPING
settings