order images

This commit is contained in:
Kuroshini 2019-12-11 18:20:53 +03:00
parent 90f75c6da5
commit 56501d76f2

View File

@ -34,6 +34,7 @@ class Image(ProjectBaseMixin, SORLImageMixin, PlatformMixin):
"""Meta class."""
verbose_name = _('Image')
verbose_name_plural = _('Images')
ordering = ['-modified']
def __str__(self):
"""String representation"""