Changes between Initial Version and Version 1 of Ticket #20151, comment 7
- Timestamp:
- Apr 18, 2026, 11:35:27 AM (39 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20151, comment 7
initial v1 1 I have opened a new PR (https://github.com/django/django/pull/21127) to address the feedback, as the original PR (https://github.com/django/django/pull/21058) was closed by the GitHub Actions bot.1 I have opened a new PR (https://github.com/django/django/pull/21127) to address the your feedback, as the original PR (https://github.com/django/django/pull/21058) was closed by the GitHub Actions bot. 2 2 3 3 As you suggested, I moved the tests to tests.admin_views.test_actions.AdminActionsTest. The new test case now verifies that deleting a Persona (registered) is blocked when the user lacks delete permissions for the related FooAccount (not registered), confirming the expected HTML output and ensuring the deletion does not occur on POST.