chhantyal / taggit-selectize

Auto-complete/auto-suggestion for django-taggit (django-taggit + selectize.js)
BSD 3-Clause "New" or "Revised" License
68 stars 23 forks source link

RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path() #38

Closed charleszlu closed 3 years ago

charleszlu commented 3 years ago

The following should be replaced with django.urls.re_path to be compatible with Django 4.0:

https://github.com/chhantyal/taggit-selectize/blob/faa4cd8d98cecc0562ff265a7cf800cc4a8f4885/taggit_selectize/urls.py#L6

chhantyal commented 3 years ago

Merged the PR and released: https://pypi.org/project/taggit-selectize/2.11.0/