order images
This commit is contained in:
parent
90f75c6da5
commit
56501d76f2
|
|
@ -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"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user