Changes between Initial Version and Version 1 of Ticket #36516
- Timestamp:
- Jul 21, 2025, 5:21:07 PM (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36516 – Description
initial v1 1 1 The previous layout of the pagination and the changelist table save button was as follows. 2 2 3 [[Image( Screenshot 2025-07-22 at 7.09.54 AM)]]3 [[Image(before_pagination.png)]] 4 4 5 5 However, the current layout has been changed as follows. 6 6 7 [[Image( Screenshot 2025-07-22 at 7.12.40 AM)]]7 [[Image(after_pagination.png)]] 8 8 9 9 This change happened during the recent changelist pagination accessibility improvements[https://github.com/django/django/commit/3f59711581bd22ebd0f13fb040b15b69c0eee21f 3f59711], where the save button was separated from pagination.html, but `justify-content: center` CSS was not added in the process.