- Removes o365 option. New authorization URL works well enough for both
- Xbox Live Auth still uses old Microsoft Auth URL
- 'o365' will still work as a MICROSOFT_AUTH_LOGIN_TYPE value, but you should change it to 'ma'
- Adds extras:
- ql: DjangoQL package and support
- test: test dependencies (same as test_requires packages)
- dev: ql`+`test and extra dev only dependencies like twine and pip-tools
- Pip 10 support (thanks Shigumitsu!)
- Fixes max length of o365 IDs (thanks Shigumitsu!)
- Added patched username validator to allow spaces for usernames for Xbox Live Gamertags
- Added missing templates and static files to MANIFEST
- Updated Django category to include 2.0
- Updated for Django 2.0
- Changed Development Status category to Stable
- First release on PyPI.