Add migration to alter MusicVideo model options and update group detail form to use textarea for YouTube IDs
This commit is contained in:
parent
486f650ea6
commit
cc38d72df8
4 changed files with 42 additions and 22 deletions
|
@ -66,6 +66,7 @@ class MusicVideo(models.Model):
|
|||
fields=("yt_id", "owner", "group"), name="unique_music_in_group"
|
||||
)
|
||||
]
|
||||
ordering = ["blacklisted", "-date_added"]
|
||||
|
||||
|
||||
class GameManager(models.Manager):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue