Changeset c7b6a3a for asadb/forms/models.py
- Timestamp:
- Nov 13, 2012, 5:29:14 AM (13 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 6fa456d
- Parents:
- bcd1b62
- git-author:
- Alex Dehnert <adehnert@…> (11/13/12 05:27:13)
- git-committer:
- Alex Dehnert <adehnert@…> (11/13/12 05:29:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/forms/models.py
rbda4d86 rc7b6a3a 141 141 slug = models.SlugField(unique=True, ) 142 142 create_date = models.DateTimeField(default=datetime.datetime.now) 143 deadlines = models.TextField(blank=True) 143 144 144 145 def __unicode__(self, ):
Note: See TracChangeset
for help on using the changeset viewer.