app/soc/models/organization.py
changeset 772 a91f7856754e
parent 748 f00e6b3af5a6
child 773 fefaf4628a4d
equal deleted inserted replaced
771:0b1beae179f5 772:a91f7856754e
    34      a specific Organization. This relation is implemented as the
    34      a specific Organization. This relation is implemented as the
    35      'reviewers' back-reference Query of the Organization model 'org'
    35      'reviewers' back-reference Query of the Organization model 'org'
    36      reference.
    36      reference.
    37   """
    37   """
    38   
    38   
    39   pass
    39   #: Optional development mailing list.     
       
    40   dev_mailing_list = db.EmailProperty(required=False,
       
    41     verbose_name=ugettext_lazy('Development Mailing List'))
       
    42   dev_mailing_list.help_text = ugettext_lazy(
       
    43     'Mailing list email address, URL to sign-up page, etc.')
       
    44