diff --git a/netbox/netbox/models/features.py b/netbox/netbox/models/features.py index 15957b547..43eb089d6 100644 --- a/netbox/netbox/models/features.py +++ b/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',