summaryrefslogtreecommitdiff
path: root/tests/admin_views/test_actions.py
AgeCommit message (Expand)Author
2024-08-07Fixed #35639 -- Improved admin's delete confirmation page title.Matthias Kestenholz
2023-10-31Fixed #34462 -- Made admin log actions in bulk.Akash Kumar Sen
2023-02-17Refs #34342 -- Added tests for handling sync streaming responses by test client.Alexandre Spaeth
2022-02-22Removed redundant QuerySet.all() calls in docs and tests.Nick Pope
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-09-14Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz
2020-10-28Refs #25780 -- Removed redundant status code assertions from tests.Jon Dufresne
2018-11-27Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette
2018-07-19Fixed #29578 -- Made numberformat.format() honor forced l10n usage.Claude Paroz
2018-06-18Fixed #29419 -- Allowed permissioning of admin actions.Carlton Gibson
2018-02-24Fixed #17962 -- Added ModelAdmin.get_deleted_objects().Becky Smith
2018-02-24Tested the admin's delete_selected action when it receives nonexistent pks.Tim Graham
2018-02-02Fixed imports per isort 4.3.1.Tim Graham
2018-02-01Fixed imports per isort 4.3.0.Mariusz Felisiak
2018-01-05Fixed #15522 -- Added ModelAdmin.delete_queryset() to customize "delete selec...Vasilis Aggelou
2017-06-19Added tests for PermissionDenied in admin's delete_selected() view.Anton Samarchyan
2017-06-19Moved admin's action view tests to a separate file.Tim Graham