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