]> git.parisson.com Git - teleforma.git/commitdiff
try bugfix
authorGuillaume Pellerin <yomguy@parisson.com>
Sun, 20 Jul 2014 15:15:59 +0000 (17:15 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Sun, 20 Jul 2014 15:15:59 +0000 (17:15 +0200)
teleforma/models/pro.py

index a8ee97037bb75094eb2c8726be3fe87c55d3f976..8bd3f87914c4c4932934911d9c7a39036a1aa9a7 100755 (executable)
@@ -323,3 +323,5 @@ class SeminarRevision(models.Model):
         verbose_name_plural = _('Seminar revisions')
         ordering = ['-date']
 
+    def save(self, *args, **kwargs):
+        super(SeminarRevision, self).save(*args, **kwargs)