Changes between Initial Version and Version 1 of Ticket #34718
- Timestamp:
- Jul 17, 2023, 8:11:52 AM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34718
- Property Component Uncategorized → contrib.admin
- Property UI/UX set
-
Ticket #34718 – Description
initial v1 1 Custom ` `ListFilter`` in django admin can yield a lot of results, in which case, the page can be very long.1 Custom `ListFilter` in django admin can yield a lot of results, in which case, the page can be very long. 2 2 3 This could be solved by adding a ` `details_collapsed = True`` attribute to the ``ListFilter`` class and render the ``<details>`` tag according to that attribute.3 This could be solved by adding a `details_collapsed = True` attribute to the `ListFilter` class and render the `<details>` tag according to that attribute.