stephenmcd / filebrowser-safe

File manager for Mezzanine
Other
41 stars 104 forks source link

Django 4.0.0 compatibility #135

Closed tswfi closed 2 years ago

tswfi commented 2 years ago

Django 3.1.0 deprecated and Django 4.0.0 removed django.conf.urls.url it should be replaced with django.urls.re_path

See https://docs.djangoproject.com/en/3.2/ref/urls/#url

tswfi commented 2 years ago

this should do it: https://github.com/stephenmcd/filebrowser-safe/pull/136

tswfi commented 2 years ago

fixed in v1.1.0: https://github.com/stephenmcd/filebrowser-safe/releases/tag/v1.1.0

in pr: https://github.com/stephenmcd/filebrowser-safe/pull/136#issuecomment-1002815037