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

Django 4.0 support #37

Closed bmoe872 closed 7 months ago

bmoe872 commented 2 years ago

Django 4.0 removes this import: from django.conf.urls import url

Suggested change: from django.urls import re_path as url

gasman commented 7 months ago

Fixed in #35.