Disable parent_link

This commit is contained in:
tcely 2025-04-16 07:17:31 -04:00 committed by GitHub
parent baedb192f4
commit 24db1f072d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1758,7 +1758,7 @@ class Metadata(models.Model):
related_name='new_metadata',
help_text=_('Media the metadata belongs to'),
null=False,
parent_link=True,
parent_link=False,
)
site = models.CharField(
_('site'),