wagtail / wagtail-generic-chooser

A toolkit for custom chooser popups in Wagtail
BSD 3-Clause "New" or "Revised" License
116 stars 25 forks source link

`django.conf.urls.url` deprecated as of Django 3.1 #41

Closed tbrlpld closed 2 years ago

tbrlpld commented 2 years ago

The project currently makes use of django.conf.urls.url. As of Django 3.1 django.conf.urls.url() alias of django.urls.re_path() is deprecated.

To ensure future compatibility (especially with Django 4.0 which is about to be released), we should only rely on the alias for older Django versions.

See also: https://docs.djangoproject.com/en/3.2/releases/3.1/#id2