Esempio n. 1
0
 def _get_default_object(self, notification):
     return UserNotification(user=self.get_account_viewset().get_object(),
                             notification_id=notification.id,
                             enabled=notification.default_checked)
Esempio n. 2
0
 def _get_default_object(self, notification):
     return UserNotification(
         user=self.get_user(),
         notification_id=notification.id,
         enabled=notification.default_checked,
     )