wagtail-nest / wagtail-airtable

Airtable import and export support for Wagtail pages and Django models.
BSD 3-Clause "New" or "Revised" License
49 stars 15 forks source link

Replace deprecated function django.conf.urls.url #35

Closed SharmaineLim closed 2 years ago

SharmaineLim commented 2 years ago

django.conf.urls.url is deprecated in Django 3.1 and removed in Django 4.0.

It doesn't look like there's any complicated URLs, so I use django.urls.path instead of django.urls.re_path as the replacement. (django.urls functions)

SharmaineLim commented 2 years ago

Thanks, Jacob!

I don't have write access, so if it's all good, could someone merge it in please?