summaryrefslogtreecommitdiff
path: root/tests/admin_views/test_actions.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #34342 -- Added tests for handling sync streaming responses by test client.Alexandre Spaeth2023-02-171-1/+1
* Removed redundant QuerySet.all() calls in docs and tests.Nick Pope2022-02-221-1/+1
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-2/+7
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-169/+245
* Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz2021-09-141-1/+1
* Refs #25780 -- Removed redundant status code assertions from tests.Jon Dufresne2020-10-281-3/+2
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-5/+5
* Fixed #29578 -- Made numberformat.format() honor forced l10n usage.Claude Paroz2018-07-191-1/+1
* Fixed #29419 -- Allowed permissioning of admin actions.Carlton Gibson2018-06-181-2/+5
* Fixed #17962 -- Added ModelAdmin.get_deleted_objects().Becky Smith2018-02-241-1/+13
* Tested the admin's delete_selected action when it receives nonexistent pks.Tim Graham2018-02-241-0/+11
* Fixed imports per isort 4.3.1.Tim Graham2018-02-021-1/+2
* Fixed imports per isort 4.3.0.Mariusz Felisiak2018-02-011-2/+1
* Fixed #15522 -- Added ModelAdmin.delete_queryset() to customize "delete selec...Vasilis Aggelou2018-01-051-0/+14
* Added tests for PermissionDenied in admin's delete_selected() view.Anton Samarchyan2017-06-191-1/+46
* Moved admin's action view tests to a separate file.Tim Graham2017-06-191-0/+366