]> git.parisson.com Git - teleforma.git/commitdiff
add Conference.imported
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Sun, 17 May 2026 19:39:27 +0000 (21:39 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Sun, 17 May 2026 19:39:27 +0000 (21:39 +0200)
lib/pdfannotator
teleforma/models/core.py

index 70e1f1833f63cb9105659b431357be580cdfc659..1f161760779798d79a9c0c073f15044c2bcc6e46 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 70e1f1833f63cb9105659b431357be580cdfc659
+Subproject commit 1f161760779798d79a9c0c073f15044c2bcc6e46
index 7403da54f0d975aef62709f05c1a1d1cbc384ab9..04a72fe529ab22e06e0fa1c131191ab1d824d9d8 100644 (file)
@@ -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):