Re: Missing feature in actions.js (Django 3.2 and later)

2022-02-03 Thread akiyoko
Thanks, Adam. I have created a ticket and a PR. Ticket https://code.djangoproject.com/ticket/33491 PR https://github.com/django/django/pull/15395 However, since the JS code I wrote is a bit hachy, any other ideas? Akihito Yokose 2022年2月4日金曜日 7:46:56 UTC+9 Adam Johnson: > Hi Akihito > > Looking

Re: Missing feature in actions.js (Django 3.2 and later)

2022-02-03 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi Akihito Looking at the PR ( https://github.com/django/django/pull/12820 ) and ticket for that commit, it looks like purely an oversight that this feature was removed. Since you've done much of the research already, would you be able to make a PR? It should be possible to rewrite those lines of

Missing feature in actions.js (Django 3.2 and later)

2022-02-03 Thread akiyoko
Hi everyone, On the admin site, I've found a feature that existed in Django 2.2 but was lost with the update to Django 3.2. In Django 2.2, if you clicked the "No, take me back" button on the delete confirmation page, the background color of the checked rows would remain highlighted and the