diff --git a/src/documents/models.py b/src/documents/models.py index 58ac66123..2ee446ae6 100644 --- a/src/documents/models.py +++ b/src/documents/models.py @@ -59,6 +59,7 @@ class MatchingModel(models.Model): class Meta: abstract = True + ordering = ("name",) def __str__(self): return self.name