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

Two small changes #56

Closed daonb closed 4 years ago

daonb commented 7 years ago
  1. Setting the operator to 'iexact' made the form forget user choices
  2. No need to support deprecated python and django versions
coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 96.067% when pulling 63125880da8d13156016843e9adf4f58c3b7b670 on daonb:develop into 4c88ea32489a63937545d91cff6fa24f76cbaeee on modlinltd:develop.

asfaltboy commented 6 years ago

I've cherry-picked commit 6312588 since it makes a lot of sense now. The change in JS we'll need some front-end tests to confirm logic as I've not maintained it for too long to make sense of it.

asfaltboy commented 4 years ago

Closing due to inactivity, please feel free to reopen if wanting to pick this up again.