mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 17:29:17 +02:00
See #890: freeze more data in reports, fixed some failing tests
This commit is contained in:
parent
ca7178d1d1
commit
2ad5b9e9f3
8 changed files with 58 additions and 23 deletions
|
@ -149,9 +149,7 @@ class Report(federation_models.FederationMixin):
|
|||
target_state = JSONField(null=True)
|
||||
|
||||
notes = GenericRelation(
|
||||
"Note",
|
||||
content_type_field="target_content_type",
|
||||
object_id_field="target_id",
|
||||
"Note", content_type_field="target_content_type", object_id_field="target_id"
|
||||
)
|
||||
|
||||
def get_federation_id(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue