We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b67888 + c8f79af commit c565322Copy full SHA for c565322
files/models.py
@@ -34,3 +34,4 @@ def __str__(self):
34
class Meta:
35
verbose_name = "Файл"
36
verbose_name_plural = "Файлы"
37
+ ordering = ["-datetime_uploaded"]
0 commit comments