We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ead201 commit 3ac9a19Copy full SHA for 3ac9a19
1 file changed
dojo/url/api/views.py
@@ -36,3 +36,6 @@ def get_queryset(self) -> QuerySet[URL]:
36
return URL.objects.annotate(
37
active_findings=Coalesce(active_finding_subquery, Value(0)),
38
)
39
+
40
+ def perform_destroy(self, instance):
41
+ instance.location.delete()
0 commit comments