Note
If in your urls.py
you have a url pattern with include("durin.urls"))
, then 2 new URL paths apiaccess/
and sessions/
will get added to your project if you upgrade to this version.
If you do not wish to have these new views, remove the above include statement and refer to durin/urls.py on how to define the URL patterns selectively for the views you want.
Features:
Session Management serializers and views. (Issue 19)
REST view for an authenticated user to get list of sessions (in context of django-rest-durin, this means AuthToken
instances) and revoke a session. Useful for pages like âView active browser sessionsâ.
REST view for an authenticated user to get/create/delete token against a pre-defined client. Useful for pages like âGet API keyâ where a user can get an API key to be able to interact directly with your projectâs RESTful API using cURL or a custom client.
Breaking Changes:
Remove the hard-coding of authentication_classes
, permission_classes
variables in Views (durin.views). Meaning they will now use the defaults set under REST_FRAMEWORK
in settings.py
.
Other:
Support for Python 3.10. Enable CI tests for same.
Support for Django 4.0. Enable CI tests for same.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4