Changeset 2a6907a


Ignore:
Timestamp:
May 16, 2010, 12:20:28 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, fysm-4-1, iframe, space-access, stable, stage, test-hooks
Children:
1c853ea
Parents:
5d66baa
git-author:
Alex Dehnert <adehnert@…> (05/16/10 00:20:28)
git-committer:
Alex Dehnert <adehnert@…> (05/16/10 00:20:28)
Message:

Make group_email optional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/models.py

    r5d66baa r2a6907a  
    1515    num_community = models.IntegerField(null=True, blank=True, )
    1616    num_other = models.IntegerField(null=True, blank=True, )
    17     group_email = models.EmailField()
     17    group_email = models.EmailField(blank=True, )
    1818    officer_email = models.EmailField()
    1919    main_account_id = models.IntegerField(null=True, blank=True, )
Note: See TracChangeset for help on using the changeset viewer.