Fixes #20157: Overwrite existing user notifications to avoid duplications #1399

Closed
opened 2026-04-06 00:39:14 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @jeremystretch on 8/22/2025

Fixes: #20157

Replace the naive (but efficient) call to bulk_update() with individual calls to update_or_create() for each notification recipient.

*Originally created by @jeremystretch on 8/22/2025* ### Fixes: #20157 Replace the naive (but efficient) call to `bulk_update()` with individual calls to `update_or_create()` for each notification recipient.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#1399