mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 04:49:24 +02:00
See #170: store and compute modification date on artists
This commit is contained in:
parent
b5297150f0
commit
1654044a9f
12 changed files with 85 additions and 7 deletions
|
@ -5,7 +5,7 @@ from . import models
|
|||
|
||||
@admin.register(models.Artist)
|
||||
class ArtistAdmin(admin.ModelAdmin):
|
||||
list_display = ["name", "mbid", "creation_date"]
|
||||
list_display = ["name", "mbid", "creation_date", "modification_date"]
|
||||
search_fields = ["name", "mbid"]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue