- Timestamp:
- Jul 7, 2014, 10:05:29 PM (11 years ago)
- Branches:
- master
- Children:
- 80d8926
- Parents:
- 7ee21d8
- git-author:
- Alex Dehnert <adehnert@…> (07/07/14 22:05:29)
- git-committer:
- Alex Dehnert <adehnert@…> (07/07/14 22:05:29)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/vouchers/models.py
r7ee21d8 rb61cf1a 178 178 description = models.TextField() 179 179 gl = models.IntegerField() 180 processed = models.BooleanField( )180 processed = models.BooleanField(default=False) 181 181 process_time = models.DateTimeField(blank=True, null=True,) 182 182 documentation = models.ForeignKey('Documentation', blank=True, null=True, )
Note: See TracChangeset
for help on using the changeset viewer.