- Timestamp:
- Apr 19, 2010, 1:09:54 AM (15 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/finance_core/admin.py
rc020a3b r02030a2 9 9 class BudgetTermAdmin(admin.ModelAdmin): 10 10 prepopulated_fields = {"slug": ("name",)} 11 list_display = ('name', 's tart_date', 'end_date', 'submit_deadline', )11 list_display = ('name', 'slug', 'start_date', 'end_date', 'submit_deadline', ) 12 12 13 13
Note: See TracChangeset
for help on using the changeset viewer.