Changes between Initial Version and Version 1 of Ticket #34718, comment 5
- Timestamp:
- Jul 17, 2023, 1:36:48 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34718, comment 5
initial v1 1 1 Here is the PR where we added the collapse filter arrows (to solve the ''long page'' problem): https://github.com/django/django/pull/15424 2 2 3 I wouldn't allow user edit ListFilter as ,''if I'm not wrong'', we don't recommend it in https://docs.djangoproject.com/en/4.2/ref/contrib/admin/filters3 I wouldn't allow user edit ListFilter as ''if I'm not wrong'', we don't recommend it in https://docs.djangoproject.com/en/4.2/ref/contrib/admin/filters 4 4 5 5 And add an option in SimpleListFilter to collapse ALL filters by default would make sense?