Changeset e8e7a0e
- Timestamp:
- May 13, 2010, 9:22:01 PM (16 years ago)
- Branches:
- master, fysm-4-1, iframe, space-access, stable, stage, test-hooks
- Children:
- e6c8370
- Parents:
- 1b7966c
- git-author:
- Geoffrey Thomas <geofft@…> (05/13/10 21:22:01)
- git-committer:
- Geoffrey Thomas <geofft@…> (05/13/10 21:22:01)
- File:
-
- 1 edited
-
asadb/groups/models.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
asadb/groups/models.py
r4210a1b re8e7a0e 8 8 activity_category = models.ForeignKey('ActivityCategory', null=True, blank=True, ) 9 9 website_url = models.URLField() 10 constitution_url = models. URLField()10 constitution_url = models.TextField(blank=True) 11 11 meeting_times = models.TextField(blank=True) 12 12 advisor_name = models.CharField(max_length=100, blank=True) … … 19 19 main_account_id = models.IntegerField(null=True, blank=True, ) 20 20 funding_account_id = models.IntegerField(null=True, blank=True, ) 21 athena_locker = models.CharField(max_length=20 )21 athena_locker = models.CharField(max_length=20, blank=True) 22 22 recognition_date = models.DateField() 23 23 update_date = models.DateTimeField()
Note: See TracChangeset
for help on using the changeset viewer.