Skip to content
Snippets Groups Projects
Commit 468faffe authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch '115-broken-import-request-admin' into 'develop'

Fix #115: broken import request admin

Closes #115

See merge request funkwhale/funkwhale!84
parents 0f06c398 99a91c1e
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,7 @@ from . import models
class ImportRequestAdmin(admin.ModelAdmin):
list_display = ['artist_name', 'user', 'status', 'creation_date']
list_select_related = [
'user',
'track'
'user'
]
list_filter = [
'status',
......
Fixed broken import request admin (#115)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment