django1/django/contrib
Marcelo Galigniana 0aa2f16e63 Fixed #33491 -- Fixed change-list selected row-highlight on cancelled delete.
Selected rows where not highlighted when returning to the change-list
after clicking "No, take me back" on the deletion confirmation page.

This commit uses the CSS :has() pseudo-class to apply the highlight
without requiring the .selected class, which is added by JavaScript
on the click event.

Once all supported browsers have :has() available, the .selected
selector and the JavaScript to add the class can be removed.

Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
2022-08-17 11:49:34 +02:00
..
admin Fixed #33491 -- Fixed change-list selected row-highlight on cancelled delete. 2022-08-17 11:49:34 +02:00
admindocs Updated translations from Transifex. 2022-08-03 08:04:34 +02:00
auth Updated translations from Transifex. 2022-08-03 08:04:34 +02:00
contenttypes Updated translations from Transifex. 2022-08-03 08:04:34 +02:00
flatpages Updated translations from Transifex. 2022-08-03 08:04:34 +02:00
gis Fixed #33924 -- Deprecated BaseGeometryWidget.map_height/map_width attributes. 2022-08-12 13:26:35 +02:00
humanize Updated translations from Transifex. 2022-08-03 08:04:34 +02:00
messages Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
postgres Replaced Expression.replace_references() with .replace_expressions(). 2022-08-11 09:53:10 +02:00
redirects Updated translations from Transifex. 2022-08-03 08:04:34 +02:00
sessions Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
sitemaps Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
sites Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
staticfiles Made HashedFilesMixin ignore URLs without a path. 2022-06-23 08:59:49 +02:00
syndication Fixed #22078 -- Fixed crash of Feed with decorated methods. 2022-05-26 10:39:51 +02:00
__init__.py