.fastes default sort

This commit is contained in:
e-serg 2024-04-15 12:39:45 +03:00
parent 043e7b4679
commit 46b0a08501

View File

@ -126,4 +126,4 @@ class TbPetsClones(models.Model):
verbose_name = "Клон питомца" verbose_name = "Клон питомца"
verbose_name_plural = "Клоны питомцев" verbose_name_plural = "Клоны питомцев"
db_table = "tb_pets_clones" db_table = "tb_pets_clones"
ordering = ["szPetSerNum", "szPetName",] ordering = ["-id",]