Changeset 1d4c89e for remit


Ignore:
Timestamp:
Feb 4, 2010, 4:39:42 AM (16 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
f09f636
Parents:
3a0c51b
git-author:
Alex Dehnert <adehnert@…> (02/04/10 04:39:42)
git-committer:
Alex Dehnert <adehnert@…> (02/04/10 04:39:42)
Message:

Bump a charfield's length...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/finance_core/models.py

    r485673a r1d4c89e  
    164164    tx = models.ForeignKey(Transaction)
    165165    amount = models.DecimalField(max_digits=7, decimal_places=2, help_text='Do not include "$"')
    166     label = models.CharField(max_length=40)
     166    label = models.CharField(max_length=60)
    167167    budget_area = models.ForeignKey(BudgetArea)
    168168    budget_term = models.ForeignKey(BudgetTerm)
Note: See TracChangeset for help on using the changeset viewer.