Changeset df381cb


Ignore:
Timestamp:
May 15, 2010, 11:45:38 PM (16 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Use CharField?, not TextField?, for constitution_url

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/models.py

    r59e8bf3 rdf381cb  
    88    activity_category = models.ForeignKey('ActivityCategory', null=True, blank=True, )
    99    website_url = models.URLField()
    10     constitution_url = models.TextField(blank=True)
     10    constitution_url = models.CharField(max_length=200, blank=True)
    1111    meeting_times = models.TextField(blank=True)
    1212    advisor_name = models.CharField(max_length=100, blank=True)
Note: See TracChangeset for help on using the changeset viewer.