Skip to content

Commit 1cea818

Browse files
committed
Disable the bulk delete action from the admin interface.
- Legacy-Id: 2911
1 parent f0e20e2 commit 1cea818

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
from django.conf import settings
1919

2020
admin.autodiscover()
21+
admin.site.disable_action('delete_selected')
2122

2223
feeds = {
2324
'iesg-agenda': IESGAgenda,

0 commit comments

Comments
 (0)