Use a function instead of a property

This commit is contained in:
tcely 2025-02-17 08:34:37 -05:00 committed by GitHub
parent 37b15ed625
commit 35a4d2fd39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1032,7 +1032,6 @@ class Media(models.Model):
field = self.get_metadata_field('title')
return self.loaded_metadata.get(field, '').strip()
@property
def metadata_published(self, timestamp=None):
published_dt = None
if timestamp is None: