m2m delete null since not usefull

This commit is contained in:
Petitminion 2025-03-17 17:59:27 +01:00 committed by petitminion
parent 7fd2e6dc7e
commit 05ad1ef4e7
1 changed files with 1 additions and 1 deletions

View File

@ -850,7 +850,7 @@ class Upload(models.Model):
)
playlist_libraries = models.ManyToManyField(
"library",
null=True,
blank=True,
related_name="playlist_uploads",
)