Some model translations were missing
This commit is contained in:
parent
bd41560f45
commit
6fedbe2a2a
6 changed files with 332 additions and 150 deletions
|
|
@ -75,3 +75,7 @@ class Changelog(models.Model):
|
|||
|
||||
def delete(self, using=None, keep_parents=False):
|
||||
raise ValidationError(_("Logs cannot be destroyed."))
|
||||
|
||||
class Meta:
|
||||
verbose_name = _("changelog")
|
||||
verbose_name_plural = _("changelogs")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue