asifpy / django-crudbuilder

Generic CRUD implementation in Django
https://django-crudbuilder.readthedocs.org/en/latest/index.html
Apache License 2.0
193 stars 67 forks source link

Using django-filter for Filtering #77

Closed nikolas-dev closed 2 years ago

nikolas-dev commented 2 years ago

Any planning to add popular plugin django-filter for filtering?

russell310 commented 2 years ago

See new pull request and example for adding django-filter

nikolas-dev commented 2 years ago

Thanks