From: Guillaume Pellerin Date: Sun, 17 May 2026 19:39:27 +0000 (+0200) Subject: add Conference.imported X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f1c1cf3d0b92f5b69da2f1d921aef265eccc2268;p=teleforma.git add Conference.imported --- diff --git a/lib/pdfannotator b/lib/pdfannotator index 70e1f183..1f161760 160000 --- a/lib/pdfannotator +++ b/lib/pdfannotator @@ -1 +1 @@ -Subproject commit 70e1f1833f63cb9105659b431357be580cdfc659 +Subproject commit 1f161760779798d79a9c0c073f15044c2bcc6e46 diff --git a/teleforma/models/core.py b/teleforma/models/core.py index 7403da54..04a72fe5 100644 --- a/teleforma/models/core.py +++ b/teleforma/models/core.py @@ -456,6 +456,7 @@ class Conference(models.Model): blank=True, null=True, on_delete=models.SET_NULL) notified = models.BooleanField(_('notified'), default=False) notified_live = models.BooleanField("Notifié live", default=False) + imported = models.BooleanField(_('imported'), default=False) @property def description(self):