ImperialCollegeLondon / django-drf-filepond

A Django app providing a server implemention for the Filepond file upload library
BSD 3-Clause "New" or "Revised" License
105 stars 40 forks source link

replace url #66

Closed alarivas closed 2 years ago

alarivas commented 2 years ago

In Django 4.0 django.conf.urls.url() is removed. Instead should be used path() or re_path(). With this change Django 1.11 and older versions will not be supported.

https://docs.djangoproject.com/es/4.0/releases/4.0/#features-removed-in-4-0