Skip to content

Commit

Permalink
Added date field to transaction admin.
Browse files Browse the repository at this point in the history
  • Loading branch information
bartromgens committed Dec 2, 2014
1 parent af676b2 commit 98f69cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transaction/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
class TransactionAdmin(admin.ModelAdmin):
fieldsets = [
(None, {'fields': ['what']}),
(None, {'fields': ['date']}),
(None, {'fields': ['amount']}),
(None, {'fields': ['groupAccount']}),
(None, {'fields': ['buyer']}),
Expand Down

0 comments on commit 98f69cf

Please sign in to comment.