diff --git a/files/models.py b/files/models.py index ca26cde..0f55a76 100644 --- a/files/models.py +++ b/files/models.py @@ -23,7 +23,7 @@ class TopicFile(Material): class Meta: verbose_name = _("File") verbose_name_plural = _("Files") - ordering = ('-id') + ordering = ('-id',) def __str__(self): return self.name \ No newline at end of file -- libgit2 0.21.2