python-django-rest-knox
Authentication for Django REST framework
- Developed at devel:languages:python:django
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-django-rest-knox && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
django-rest-knox-5.0.1.tar.gz | 0000022514 22 KB | |
python-django-rest-knox.changes | 0000003255 3.18 KB | |
python-django-rest-knox.spec | 0000002326 2.27 KB |
Revision 9 (latest revision is 10)
Dominique Leuenberger (dimstar_suse)
accepted
request 1198089
from
Dirk Mueller (dirkmueller)
(revision 9)
- update to 5.0.1: * Fix migration: retrieve `TOKEN_MODEL` from `knox_settings` instead of Django settings. * Tokens created prior to this release will no longer work * Fix migration reverse flow, enable migrate 0 * Various documentation fixes and improvements * Drop `cryptography` in favor of hashlib * Make custom AuthModel work * Token prefix can be set in the setttings * Drop support for Django 4.0 * Add support for Dango 4.2, 5.0 and Python 3.11 and 3.12 * Cleanup legacy Python 2.0 code * Fix isort, flake8 usage for Python 3.10 in the test suite * Update Github actions version * Upgrade markdown dependency * Get rid of the `six` library * Add custom login / logout response support * Join the jazzband organization * Add pre-commit hooks * Add tracking of tests code coverage * Fix migrations when used in condition with a custom DB * Improve typing * Use `self.authenticate_header()` in `authenticate()` method to get auth header prefix * Use pytest-django to run the tests, rather than django-nose.
Comments 0