Ignore:
Timestamp:
May 30, 2010, 1:58:20 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, fysm-4-1, space-access, stable, stage, test-hooks
Children:
e093102
Parents:
37b65d6
git-author:
Alex Dehnert <adehnert@…> (05/30/10 01:58:20)
git-committer:
Alex Dehnert <adehnert@…> (05/30/10 01:58:20)
Message:

Increase category name length

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/forms/models.py

    rd67c1c1 rc278cf0  
    3434
    3535class FYSMCategory(models.Model):
    36     name = models.CharField(max_length=10)
     36    name = models.CharField(max_length=25)
    3737    slug = models.SlugField()
    3838    blurb = models.TextField()
Note: See TracChangeset for help on using the changeset viewer.