---: minor

This commit is contained in:
2026-02-19 20:00:41 +03:00
parent 17ce89d9c0
commit e41245804f
2 changed files with 4 additions and 4 deletions

View File

@@ -397,4 +397,4 @@ class TbDictumAndQuotes(models.Model):
class Meta:
verbose_name = u"ВЫСКАЗЫВАНИЕ"
verbose_name_plural = u"ВЫСКАЗЫВАНИЯ"
ordering = ['id', ]
ordering = ['-id', ]