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

Share advanced filter with other users/groups #28

Open hermanocabral opened 8 years ago

hermanocabral commented 8 years ago

Howdy,

What would you think of having an option to share a filter with other users/groups? I'm running into a use case where users are creating the same filters over and over again, and even tho I could extract those common filters and bake them into my application, I think a more flexible approach would be to allow users to mark a filter as "shared" or "public.

Thoughts?

asfaltboy commented 8 years ago

I like this idea very much, care to contribute a PR ?

hermanocabral commented 8 years ago

Sure, I'll try an put in some work this next week.

felocru commented 5 years ago

I have the same use case. Something new?

deedy5 commented 1 year ago

Any news?