Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecation warnings #219

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix deprecation warnings #219

wants to merge 2 commits into from

Conversation

knokko
Copy link

@knokko knokko commented Aug 1, 2022

This pull requests fixes all linting issues and Django 3 deprecation warnings. A branch of SMS is already using this and it looks like nothing broke.

@knokko
Copy link
Author

knokko commented Aug 1, 2022

The following deprecation warnings are fixed:

/usr/local/lib/python3.7/dist-packages/binder/router.py:174: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
/usr/local/lib/python3.7/dist-packages/binder/history.py:14: 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant