Django Collapsed Stacked Inlines
Briefly

This jQuery script simplifies the interaction with large inline fieldsets in Django admin by allowing users to collapse or expand stacked rows, making navigation more manageable. The added 'Show'/'Hide' buttons enhance usability, allowing for a cleaner interface that can be styled with CSS.
To implement this functionality, simply include the custom JavaScript on the Django admin page alongside jQuery, and it will automatically apply to all stacked inlines. This feature is specifically designed for Django version 3.1.4, though it may work with other versions with some adjustments.
Read at Djangosnippets
[
]
[
|
]