Re: [PATCH 2/5] urls: Update url pattern functions

2020-09-26 Thread Stephen Finucane
On Fri, 2020-08-28 at 00:14 +1000, Andrew Donnellan wrote: > Django 3.1 deprecates django.conf.urls.url() as an alias for > django.urls.re_path(). Also switch to using django.urls.include() rather > than django.conf.urls.include(). > > Signed-off-by: Andrew Donnellan Reviewed-by: Stephen Finucan

[PATCH 2/5] urls: Update url pattern functions

2020-08-27 Thread Andrew Donnellan
Django 3.1 deprecates django.conf.urls.url() as an alias for django.urls.re_path(). Also switch to using django.urls.include() rather than django.conf.urls.include(). Signed-off-by: Andrew Donnellan --- patchwork/urls.py | 331 +++--- 1 file changed, 167 i