소스 검색

Fixes #17098: Prevent automatic deletion of related notifications when deleting an object

Jeremy Stretch 1 년 전
부모
커밋
234b4027b0
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      netbox/netbox/models/features.py

+ 0 - 5
netbox/netbox/models/features.py

@@ -382,11 +382,6 @@ class NotificationsMixin(models.Model):
     """
     Enables support for user notifications.
     """
-    notifications = GenericRelation(
-        to='extras.Notification',
-        content_type_field='object_type',
-        object_id_field='object_id'
-    )
     subscriptions = GenericRelation(
         to='extras.Subscription',
         content_type_field='object_type',