Changeset 2a6907a
- Timestamp:
- May 16, 2010, 12:20:28 AM (15 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/groups/models.py
r5d66baa r2a6907a 15 15 num_community = models.IntegerField(null=True, blank=True, ) 16 16 num_other = models.IntegerField(null=True, blank=True, ) 17 group_email = models.EmailField( )17 group_email = models.EmailField(blank=True, ) 18 18 officer_email = models.EmailField() 19 19 main_account_id = models.IntegerField(null=True, blank=True, )
Note: See TracChangeset
for help on using the changeset viewer.