Marcelo Galigniana

Results 3 issues of Marcelo Galigniana

[Ticket](https://code.djangoproject.com/ticket/33491) First, thank you Mariusz for **Cc**me in this ticket! In this PR I apply your suggestion of > we should enforce clearing checkboxes, instead of highlighting rows on Chrome....

Hi! It fixes [ticket 12090](https://code.djangoproject.com/ticket/12090) - **New discussion thread**: https://forum.djangoproject.com/t/admin-actions-also-in-the-object-details-view/22927/4 - When `save_on_top` is `True` looks like: ![image](https://github.com/django/django/assets/16822952/dffaf334-ce46-4774-83f7-7d929018fb37) - To run tests please do: `./runtests.py admin_views.test_actions.AdminDetailActionsTest`

Hello! In this PR I try fix the issue https://github.com/jazzband/django-silk/issues/347 Doesn't fail when one of these middlewares are not present: ``` 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware' ``` and if `SILKY_AUTHENTICATION` is `True`,...