django-froala-editor icon indicating copy to clipboard operation
django-froala-editor copied to clipboard

Updating urls.py to be Django 2.0 through 4.0 compatibile

Open StevenMapes opened this issue 4 years ago • 1 comments

Django 2.0 introduced the new django.urls.re_path function for url dispatching to replace the old django.conf.urls.url function. The urls.py file within django-froala-editor was last updated to Django 1.9 which is dead and django.conf.urls.url will be removed in Django 4.0 therefore updating now will support not only the current LTS release of 2.2 but both the soon-to-be released 3.2 LTS release as well as Django 4.0

StevenMapes avatar Feb 22 '21 09:02 StevenMapes

Any news on this one?

the4thv avatar Jul 14 '21 12:07 the4thv