This commit is contained in:
Rachid Mrad 2023-09-19 14:47:43 -04:00
parent fe1c443357
commit d0effe6018
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF

View file

@ -702,7 +702,7 @@ class DomainAdmin(ListHeaderAdmin):
# If no matching action button is found, return the super method
return super().response_change(request, obj)
def do_delete_domain(self, request, obj):
try:
obj.deleted()