Skip to content

Commit

Permalink
Adding query_hash to admin for savedqueries
Browse files Browse the repository at this point in the history
  • Loading branch information
versae committed Sep 12, 2012
1 parent 24e6105 commit df3f40d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion django_qbe/savedqueries/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@


class SavedQueryAdmin(admin.ModelAdmin):
list_display = ('name', 'description', 'date_created', 'run_link')
list_display = ('name', 'description', 'date_created', 'query_hash',
'run_link')

def run_link(self, obj):
info = self.model._meta.app_label, self.model._meta.module_name
Expand Down

0 comments on commit df3f40d

Please sign in to comment.