Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:merforga/gw2raidar into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
amadanmath committed Oct 23, 2017
2 parents 4a8a8b8 + aabb51a commit 3748837
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions raidar/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def url_id_link(self, obj):

search_fields = ('=url_id', '=filename', '^area__name', '=characters__name', '^characters__account__name', '=characters__account__user__username', '=tags__name', '=category__name')
list_display = ('filename', 'url_id_link', 'area', 'success', 'category', 'started_at', 'duration', 'uploaded_at', 'uploaded_by')
list_select_related = ('category', 'uploaded_by', 'area')
inlines = (ParticipationInline,)
readonly_fields = ('url_id', 'started_at', 'duration', 'uploaded_at', 'uploaded_by', 'area', 'filename')

Expand Down

0 comments on commit 3748837

Please sign in to comment.