Add now mandatory send_notificatins attribute to PUGs
authorMagnus Hagander <magnus@hagander.net>
Wed, 21 Sep 2016 20:03:01 +0000 (22:03 +0200)
committerMagnus Hagander <magnus@hagander.net>
Wed, 21 Sep 2016 20:03:01 +0000 (22:03 +0200)
pgweb/pugs/models.py

index 8d73f0c318652f7852317d851c574e1da78315f1..66389c5084d21eaec7e12209e27fe522c899591e 100644 (file)
@@ -13,6 +13,7 @@ class PUG(models.Model):
        mailing_list_url = models.TextField(null=True, blank=True)
 
        purge_urls = ('/community/user-groups/', )
+       send_notification = True
 
        def __unicode__(self):
                return self.title