django-advanced-filters
django-advanced-filters copied to clipboard
Add advanced filtering abilities to Django admin
**Describe the bug** The app is not compatible with the latest select2 JS (currently v4.0.13) **To Reproduce** Steps to reproduce the behavior: 1. Go to admin with advanced filters 2....
A little bit of a hack here, but does successfully hide the "value" input element when istrue, isfalse, and isnull operators are chosen. Since it technically populates the value of...
If no user groups exist, don't query it, so that when you use a custom user model without groups, that you don't get an error. Relevant GitHub Issue: https://github.com/modlinltd/django-advanced-filters/issues/57
**Describe the bug** Not possible to add another filter field in the popup. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'model admin' 2. Click on 'Advanced filter'...
**Is your feature request related to a problem? Please describe.** We can commit django.mo files to the repo, but we might forget to compile to the latest version. We can...
**Describe the bug** If you have a field which should be `null`, i.e. type "Is NULL", no matter what you select as the key (which should be something, it can't...
The operator values `isnull`, `istrue` and `isfalse` should allow a null/empty value when submitting the form. To be more intuitive we should set the `value` field to disabled when it...