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

Fix matching issue #170

Closed slorg1 closed 2 years ago

slorg1 commented 2 years ago

The preexisting code did not match correctly for me in Django 3.2 Python 3.8 This more closely matches the original code using the preferred re_path recommended in the Django 3.2 migration

slorg1 commented 2 years ago

it actually works as is. There is a different issue at hand.