django-advanced-filters icon indicating copy to clipboard operation
django-advanced-filters copied to clipboard

Add advanced filtering abilities to Django admin

Results 62 django-advanced-filters issues
Sort by recently updated
recently updated
newest added

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...

investigate

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** ![Screenshot from 2023-08-28 15-00-34](https://github.com/modlinltd/django-advanced-filters/assets/4017397/1a8c8f0e-90dd-4d21-a465-701901cb2f73) Currently when I add more than one filter (for example to search "Candidates" that know "python" and "Ruby on Rails") only the first...

**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...