ixc / wagtail-instance-selector

A widget for Wagtail's admin that allows you to create and select related items
MIT License
54 stars 17 forks source link

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

Closed jeromelebleu closed 4 years ago

jeromelebleu commented 4 years ago

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 commented 4 years ago

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

markfinger commented 4 years ago

Thanks again, I've pushed 2.0.0 to PyPI.