Changeset ceaf3bd for asadb/forms/models.py
- Timestamp:
- Sep 15, 2011, 2:56:11 PM (14 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- bd72d5c
- Parents:
- aa31d18
- git-author:
- Alex Dehnert <adehnert@…> (09/15/11 14:56:11)
- git-committer:
- Alex Dehnert <adehnert@…> (09/15/11 14:56:11)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/forms/models.py
r5b834ab rceaf3bd 149 149 num_undergrads = models.IntegerField() 150 150 num_grads = models.IntegerField() 151 num_community = models.IntegerField() 151 num_alum = models.IntegerField() 152 num_other_affiliate = models.IntegerField() 152 153 num_other = models.IntegerField() 153 154
Note: See TracChangeset
for help on using the changeset viewer.