Skip to content

Commit

Permalink
Conversation: allow TemplateTransactionalSendLog delete cascade
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Aug 29, 2024
1 parent 263c168 commit 5da5333
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lemarche/conversations/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,6 @@ def has_add_permission(self, request):
def has_change_permission(self, request, obj=None):
return False

def has_delete_permission(self, request, obj=None):
return False

def recipient_object_id_with_link(self, obj):
if obj.recipient_content_type and obj.recipient_object_id:
if obj.recipient_content_type.model == "tender":
Expand Down

0 comments on commit 5da5333

Please sign in to comment.