modlinltd / django-advanced-filters

Add advanced filtering abilities to Django admin
https://pypi.org/project/django-advanced-filters/
MIT License
771 stars 173 forks source link

feat(url): Use path instead of url if available #145

Closed Crocmagnon closed 2 years ago

Crocmagnon commented 3 years ago

Fixes "RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path()."

Crocmagnon commented 3 years ago

Some tests fail but the error doesn't seem related to the changes.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.05%) to 96.03% when pulling 8acd53352ee4861c70103be09cd7c1f2f1eb3845 on Crocmagnon:url-to-path into af1d67f6d18fdfc77b2d7ba9922b81a2048a824c on modlinltd:develop.

Crocmagnon commented 2 years ago

Not relevant anymore.