Releases: justinmayer/django-elevate
Releases · justinmayer/django-elevate
Elevate 2.0.3
- Add Django 4.0 support
- Add
ELEVATE_TOKEN_LENGTH
setting asget_random_string
no longer has a default length
- Add
- Remove Django 3.1 from test matrix
- Remove Python 3.6 from test matrix
- No longer build wheel as universal as Python 2 is not supported
Elevate 2.0.2
Added request
to the authenticate()
call to prevent errors from authenication backends that require it.
Elevate 2.0.1
Add Django 3.2 support and remove Django 3.0 support
Elevate 2.0.0
- Drop support for Python 2 and Python 3.4
- Drop support for Django 1.8-2.1
- Add support for Python 3.8 and 3.9
- Add support for Django 3.0 and 3.1
- Removed code that was required to support older versions of Python and Django
Elevate 1.0.1
Elevate now supports Django 2.1 and 2.2 ✨
Elevate 1.0.0
Elevate now supports Django 2.0 ✨