jazzband / django-newsletter

An email newsletter application for the Django web application framework, including an extended admin interface, web (un)subscription, dynamic e-mail templates, an archive and HTML email support.
GNU Affero General Public License v3.0
846 stars 204 forks source link

Update urls.py #382

Open brunovila opened 2 years ago

brunovila commented 2 years ago

Change path by re_path (path deleted in django 4+)

ekerstein commented 2 years ago

I see path in the documentation for version 4.1: https://docs.djangoproject.com/en/4.1/ref/urls/#path

I thought re_path was just the regex version of path? Aren't they two separate things?