django/tests/admin_utils
Sarah Boyce d755a98b84 Fixed #35959 -- Displayed password reset button in admin only when user has sufficient permissions.
This change ensures that the "Reset password" button in the admin is
shown only when the user has the necessary permission to perform a
password change operation. It reuses the password hashing rendering
logic in `display_for_field` to show the appropriate read-only widget
for users with view-only access.
2025-04-17 12:00:20 -03:00
..
__init__.py Renamed tests for util -> utils moves; refs #17627. 2014-12-31 11:26:27 -05:00
admin.py Fixed #34303 –- Allowed customizing admin site log entry list. 2023-02-08 18:37:32 +01:00
models.py Refs #34462 -- Removed ModelAdmin.log_deletion() and LogEntryManager.log_action() per deprecation timeline. 2025-01-15 22:28:37 +01:00
test_logentry.py Fixed #36234 -- Restored single_object argument to LogEntry.objects.log_actions(). 2025-03-12 16:25:28 -03:00
tests.py Fixed #35959 -- Displayed password reset button in admin only when user has sufficient permissions. 2025-04-17 12:00:20 -03:00
urls.py Fixed #34303 –- Allowed customizing admin site log entry list. 2023-02-08 18:37:32 +01:00