diff --git a/manuels/models.py b/manuels/models.py index 802edb2..139a670 100644 --- a/manuels/models.py +++ b/manuels/models.py @@ -239,7 +239,7 @@ class CommonSupply(BaseModel): class Meta: verbose_name = 'fourniture commune' verbose_name_plural = 'fournitures communes' - ordering = ('order',) + ordering = ('order', 'name',) name = models.CharField('nom', max_length=200) order = models.IntegerField('ordre')