]> git.parisson.com Git - teleforma.git/commitdiff
test push / pull
authorYoan Le Clanche <yoanl@pilotsystems.net>
Tue, 30 Aug 2022 09:45:45 +0000 (11:45 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Tue, 30 Aug 2022 09:45:45 +0000 (11:45 +0200)
teleforma/models/pro.py

index e45b721a5d6bccc1c5fc9eae4b5475c543755dbf..6fae9066dd6b165e9e9ee65a492ec8e2b690331f 100644 (file)
@@ -280,6 +280,7 @@ class Answer(models.Model):
     date_validated = models.DateTimeField(_('date validated'), null=True)
     date_added     = models.DateTimeField(_('date added'), auto_now_add=True, null=True)
 
+    # test push/pull
     def __str__(self):
         return ' - '.join([str(self.question), self.user.username, str(self.date_submitted)])