Releases: anexia/drf-multitokenauth
Releases · anexia/drf-multitokenauth
2.1.0
What's Changed
- Update docs by @nezhar in #30
- issue28: add optional MultiToken.name by @anx-abruckner in #31
- Updated migration path to also update Django content-types by @beachmachine in #32
- SIANXKE-396: Update supported version of language and frameworks by @nezhar in #33
New Contributors
- @beachmachine made their first contribution in #32
Full Changelog: 2.0.0...2.1.0
2.0.0
1.5.0
What's Changed
- Implemented setting for disabling superuser login by @mikelandzelo173 in #26
- Update readme, compatibility matrix, prepare new release by @nezhar in #27
Full Changelog: 1.4.0...1.5.0
1.4.0
What's Changed
- Add support for django 3.1, remove python2 deprecations, add badges by @nezhar in #10
- Replace travis and tox CI testing with github actions by @anx-abruckner in #14
- Added list of releases to changelog by @anx-abruckner in #13
- Add compatibility for drf 3.12 by @nezhar in #12
- Added coverage by @nezhar in #17
- Add support for django 3.2 by @anx-mfischer in #19
- Fixed migrations for Django 3.x by @mikelandzelo173 in #21
- Fixed url patterns that caused RemovedInDjango40Warning warnings by @mikelandzelo173 in #24
- Fixed providing_args when using signals that caused RemovedInDjango40Warning warnings by @mikelandzelo173 in #25
- Fixed gettext imports that caused RemovedInDjango40Warning warnings by @mikelandzelo173 in #23
- Replace upload command with github publish action by @anx-mfischer in #20
New Contributors
- @anx-abruckner made their first contribution in #14
- @anx-mfischer made their first contribution in #19
- @mikelandzelo173 made their first contribution in #21
Full Changelog: 1.3.3...1.4.0
Maintenance Release
Fixes installation for older python versions
Maintenance Release
Fixes migrations for Django >=2.1
Fixed information leakage in admin panel
Fixed issue #2 information leakage in admin panel
Maintenance Release
1.2.1 Switched travis testing to tox
PyPi Release 1.1.1
updated setup.py and travis
Cache Backend
Added django-memoize
as a cache backend.