Changeset c278cf0 for asadb/forms/models.py
- Timestamp:
- May 30, 2010, 1:58:20 AM (15 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/forms/models.py
rd67c1c1 rc278cf0 34 34 35 35 class FYSMCategory(models.Model): 36 name = models.CharField(max_length= 10)36 name = models.CharField(max_length=25) 37 37 slug = models.SlugField() 38 38 blurb = models.TextField()
Note: See TracChangeset
for help on using the changeset viewer.