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 django.conf.urls.url() is deprecated #141

Merged
merged 1 commit into from
Feb 4, 2021
Merged

Conversation

GeyseR
Copy link
Contributor

@GeyseR GeyseR commented Jan 27, 2021

Fixes the warning
RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
by using modern path URL function

Fixes the warning 
`RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().`
by using modern `path` URL function
@jedie jedie merged commit 0574547 into jedie:master Feb 4, 2021
@jedie
Copy link
Owner

jedie commented Feb 4, 2021

merged and release with v0.13.1
Thanks for contribution!

@GeyseR GeyseR deleted the patch-1 branch February 4, 2021 11:12
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.

2 participants