Changeset c020a3b for remit/finance_core


Ignore:
Timestamp:
Mar 20, 2010, 5:47:23 AM (16 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
37c15c4
Parents:
e8550be
git-author:
Alex Dehnert <adehnert@…> (03/20/10 05:47:23)
git-committer:
Alex Dehnert <adehnert@…> (03/20/10 05:47:23)
Message:

Make admin list pages useful (Closes: #6)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/finance_core/admin.py

    r7df1c50 rc020a3b  
    2121
    2222class LineItemAdmin(admin.ModelAdmin):
    23     pass
     23    list_display = ('tx', 'label', 'amount', 'budget_area', 'layer', )
    2424
    2525
     
    2828        LineItemInline,
    2929    ]
     30    list_display = ('name', 'desc', )
    3031
    3132
Note: See TracChangeset for help on using the changeset viewer.