restless icon indicating copy to clipboard operation
restless copied to clipboard

Django: Use path funcion instead of url funcion

Open r-lelis opened this issue 3 years ago • 2 comments

The django.conf.urls.url function has been deprecated since version 3.1 and wil be removed on version 4. I replaced it with the easier to read path function.

Edit: I also added the support for Django 4.0 on tox and on Travis. I think this PR is important to make sure that people can update to later versions of Django without break anything.

r-lelis avatar Aug 17 '21 18:08 r-lelis

I'm having some problems triggering Travis's tests @toastdriven @seocam

r-lelis avatar Dec 29 '21 13:12 r-lelis

This is a really good thing to have for those whom use Django 4. Is there any I can do?

galileoguzman avatar Jan 18 '22 21:01 galileoguzman