Changeset df381cb
- Timestamp:
- May 15, 2010, 11:45:38 PM (16 years ago)
- Branches:
- master, fysm-4-1, iframe, space-access, stable, stage, test-hooks
- Children:
- 5d66baa
- Parents:
- c27da9e
- git-author:
- Alex Dehnert <adehnert@…> (05/15/10 23:45:38)
- git-committer:
- Alex Dehnert <adehnert@…> (05/15/10 23:45:38)
- File:
-
- 1 edited
-
asadb/groups/models.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/groups/models.py
r59e8bf3 rdf381cb 8 8 activity_category = models.ForeignKey('ActivityCategory', null=True, blank=True, ) 9 9 website_url = models.URLField() 10 constitution_url = models. TextField(blank=True)10 constitution_url = models.CharField(max_length=200, blank=True) 11 11 meeting_times = models.TextField(blank=True) 12 12 advisor_name = models.CharField(max_length=100, blank=True)
Note: See TracChangeset
for help on using the changeset viewer.