mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 21:21:57 +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
|
@ -160,6 +160,7 @@ def serialize_artist_simple(artist):
|
|||
"mbid": str(artist.mbid),
|
||||
"name": artist.name,
|
||||
"creation_date": DATETIME_FIELD.to_representation(artist.creation_date),
|
||||
"modification_date": DATETIME_FIELD.to_representation(artist.modification_date),
|
||||
"is_local": artist.is_local,
|
||||
"content_category": artist.content_category,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue