m2m delete null since not usefull
This commit is contained in:
parent
a2e2187c4c
commit
fdc023dd55
|
@ -829,7 +829,7 @@ class Upload(models.Model):
|
|||
)
|
||||
playlist_libraries = models.ManyToManyField(
|
||||
"library",
|
||||
null=True,
|
||||
blank=True,
|
||||
related_name="playlist_uploads",
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue