Changes between Initial Version and Version 1 of Ticket #35189
- Timestamp:
- Feb 13, 2024, 3:55:09 AM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35189 – Description
initial v1 1 1 There are a number of issues with the "collapsible fieldset" in admin forms. This can be most easily tested on flatpages, with the "Advanced options" fields. Here’s a [https://django-admin-tests.netlify.app/django_admin_tests/v5.1/english/admin/flatpages/flatpage/1/change/ Change flat page demo page]. And a screen recording of the widget: 2 3 [[Image(https://code.djangoproject.com/raw-attachment/ticket/35189/collapsed-fieldset-django.gif)]] 2 4 3 5 I think there are enough problems that it makes sense to fix it all in one go, though the issues are technically separate.