Changeset 02030a2 for remit


Ignore:
Timestamp:
Apr 19, 2010, 1:09:54 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
ee82431
Parents:
501e0d7
git-author:
Alex Dehnert <adehnert@…> (04/19/10 01:09:54)
git-committer:
Alex Dehnert <adehnert@…> (04/19/10 01:09:54)
Message:

Display slug in BudgetTerm? admin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/finance_core/admin.py

    rc020a3b r02030a2  
    99class BudgetTermAdmin(admin.ModelAdmin):
    1010    prepopulated_fields = {"slug": ("name",)}
    11     list_display = ('name', 'start_date', 'end_date', 'submit_deadline', )
     11    list_display = ('name', 'slug', 'start_date', 'end_date', 'submit_deadline', )
    1212
    1313
Note: See TracChangeset for help on using the changeset viewer.