Skip to content

Commit

Permalink
Add correct verbose_name and verbose_name_plural to Audio, DeletedAud…
Browse files Browse the repository at this point in the history
…io, and SensitiveAudio models (#4655)
  • Loading branch information
dryruffian committed Sep 25, 2024
1 parent b8fdf7a commit 363bcf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api/models/audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,4 +395,4 @@ class Meta:

def save(self, *args, **kwargs):
self.slug = uuslug(self.title, instance=self)
super().save(*args, **kwargs)
super().save(*args, **kwargs)

0 comments on commit 363bcf5

Please sign in to comment.