django-advanced-filters
django-advanced-filters copied to clipboard
Add advanced filtering abilities to Django admin
fix #169 fix #38
If I apply a filter that already exists, it returns very few results (e.g. it should return over 3k entries, but only return 13). But when I create a new...
This is adding a test for https://github.com/modlinltd/django-advanced-filters/issues/144
PR for [#172](https://github.com/modlinltd/django-advanced-filters/issues/172)
When I try to compress my project down, the static files within the django-advanced-filters causes errors. **To Reproduce** Steps to reproduce the behavior: 1. Go to the root of external...
**Describe the bug**  Currently when I add more than one filter (for example to search "Candidates" that know "python" and "Ruby on Rails") only the first...
Closes #181
**Describe the bug** There is a bug in the documentation. Write: re_path(r'^advanced_filters/', include('advanced_filters.urls')), rather than: url(r'^advanced_filters/', include('advanced_filters.urls')), **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click...
**Is your feature request related to a problem? Please describe.** Hi there, It Seems that you guys bundle `simplejson` when installing the project. Is it possible not to do this?...
Hi, I would like to set a filter that gives me all items where "@test.com" is in the email. When setting up the filter, the field only allows me to...