Re: Implement show/hide changelist_filter div

2021-06-19 Thread kiran chaudhari
Great idea... k j chaudhari On Sat, Jun 19, 2021 at 3:09 PM Gil Obradors wrote: > Hi, > > This thread is for generating a first look about creating a hide/show > button for the list_filter option on the admin-list view. > > Sometimes if you have a lot of columns in the admin-list view, it c

Re: How to do a counter in DB cache class?

2021-06-19 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
I would love to make it work on all backends so we could have an improved database cache class, but haven't the time. On Tue, 1 Jun 2021 at 19:44, 'Mike Lissner' via Django developers (Contributions to Django itself) wrote: > Wow, that's pretty great! Did you consider merging this functionality

Re: Discussion regarding #32628 and #32823

2021-06-19 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
I've made a PR to remove the options parameter: https://github.com/django/django/pull/14542 On Wed, 9 Jun 2021 at 07:03, 'Sébastien Gélis' via Django developers (Contributions to Django itself) wrote: > > *The number of lines is not the most important factor. There is no > point in adding a new

Implement show/hide changelist_filter div

2021-06-19 Thread Gil Obradors
Hi, This thread is for generating a first look about creating a hide/show button for the list_filter option on the admin-list view. Sometimes if you have a lot of columns in the admin-list view, it could be better to allow the user to hide all list_filter, like left nav_side_bar on app_models. I