jazzband / django-rest-knox

Authentication Module for django rest auth
MIT License
1.17k stars 213 forks source link

providing_args argument is deprecated in Django 4 #232

Closed sdebnath closed 4 years ago

sdebnath commented 4 years ago

[workspace_root]/env/lib/python3.8/site-packages/knox/signals.py:3: RemovedInDjango40Warning: The providing_args argument is deprecated. As it is purely documentational, it has no replacement. If you rely on this argument as documentation, you can move the text to a code comment or docstring.

token_expired = django.dispatch.Signal(providing_args=["username", "source"])

-- Docs: https://docs.pytest.org/en/stable/warnings.html