projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5c4af1
)
Add now mandatory send_notificatins attribute to PUGs
author
Magnus Hagander
<magnus@hagander.net>
Wed, 21 Sep 2016 20:03:01 +0000
(22:03 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Wed, 21 Sep 2016 20:03:01 +0000
(22:03 +0200)
pgweb/pugs/models.py
patch
|
blob
|
blame
|
history
diff --git
a/pgweb/pugs/models.py
b/pgweb/pugs/models.py
index 8d73f0c318652f7852317d851c574e1da78315f1..66389c5084d21eaec7e12209e27fe522c899591e 100644
(file)
--- a/
pgweb/pugs/models.py
+++ b/
pgweb/pugs/models.py
@@
-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