diff options
Diffstat (limited to 'app/photos')
-rw-r--r-- | app/photos/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/photos/models.py b/app/photos/models.py index df8eac4..fd924f3 100644 --- a/app/photos/models.py +++ b/app/photos/models.py @@ -39,6 +39,7 @@ class LuxImageSize(models.Model): quality = models.IntegerField() class Meta: + ordering = ('-name', 'id') verbose_name_plural = 'Image Sizes' def __str__(self): |