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

Replace calls to django.conf.urls.url with django.urls.path or re_path #9

Merged
merged 1 commit into from
Aug 24, 2020

Conversation

jeromelebleu
Copy link
Contributor

django.urls.path and re_path methods have been added in Django 2.0 and django.conf.urls.url method is deprecated since the 3.1 release.

@markfinger markfinger merged commit a4b3650 into ixc:master Aug 24, 2020
@markfinger
Copy link
Contributor

Thanks, I'll cut a new major release as I guess this'll break Django 1.x compat.

@markfinger
Copy link
Contributor

Thanks again, I've pushed 2.0.0 to PyPI.

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