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

Re: Issue with documentation page

2022-02-03 Thread Kye Russell
Harsh, Jacob. There was certainly a certificate expiration issue 12-24 hours ago, reported on this mailing list and also experienced by me, who isn’t using a proxy. It looks to be resolved now. Kye On 4 Feb 2022, 12:57 AM +0800, Jacob Rief , wrote: > The SSL certificate for

Re: Issue with documentation page

2022-02-03 Thread Jacob Rief
The SSL certificate for docs.djangoproject.com was issued on December, 6th and is valid until March 6th, so that's not the problem. You're accessing that site through a misconfigured proxy, that's the problem. -- You received this message because you are subscribed to the Google Groups

Issue with documentation page

2022-02-03 Thread Akshay Patwardhan
Hi, Apart from the link (https://docs.djangoproject.com/), rest of the documentation pages are showing certificate expiry as shown in the screenshot. [image: image.png] -- Regards, Akshay Patwardhan -- You received this message because you are subscribed to the Google Groups "Django

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