stephenmcd / mezzanine

CMS framework for Django
http://mezzanine.jupo.org
BSD 2-Clause "Simplified" License
4.76k stars 1.65k forks source link

All the urlpatterns updated according to regex and Django 2 updates #1946

Closed thewolfcommander closed 4 years ago

thewolfcommander commented 5 years ago

I have updated all the urlpatterns according the DJango 2 updates as i have changed urls that contain regex from url() to re_path() and the urls that doesn't contain regex to path(). Also imported new modules for django.urls

jerivas commented 4 years ago

Looks like this was handled by #1956