- Timestamp:
- May 17, 2010, 12:56:16 AM (15 years ago)
- Branches:
- master, client
- Children:
- 57beb94
- Parents:
- 9102ac9
- git-author:
- Alex Dehnert <adehnert@…> (05/17/10 00:56:16)
- git-committer:
- Alex Dehnert <adehnert@…> (05/17/10 00:56:16)
- Location:
- remit/finance_core
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/finance_core/models.py
r82211ea r2fb5a35 143 143 144 144 class Transaction(models.Model): 145 name = models.CharField(max_length= 40)145 name = models.CharField(max_length=60) 146 146 desc = models.TextField(blank=True) 147 147 incurred_time = models.DateTimeField(default=datetime.datetime.now, help_text='Time the item or service was purchased')
Note: See TracChangeset
for help on using the changeset viewer.