Changeset c7b6a3a for asadb/forms
- Timestamp:
- Nov 13, 2012, 5:29:14 AM (14 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)
- Location:
- asadb/forms
- Files:
-
- 1 added
- 2 edited
-
migrations/0013_add_cycle_deadlines.py (added)
-
models.py (modified) (1 diff)
-
views.py (modified) (1 diff)
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, ): -
asadb/forms/views.py
rbda4d86 rc7b6a3a 361 361 'form':form, 362 362 'group':group_obj, 363 'cycle':cycle, 363 364 'confirm_uri': confirm_uri, 364 365 'pagename':'groups',
Note: See TracChangeset
for help on using the changeset viewer.