kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Fix #115: broken import request admin
rodzic
0f06c39854
commit
99a91c1e74
|
@ -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',
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Fixed broken import request admin (#115)
|
Ładowanie…
Reference in New Issue