diff --git a/gallery/models.py b/gallery/models.py index 858c569..7b71294 100644 --- a/gallery/models.py +++ b/gallery/models.py @@ -26,7 +26,7 @@ @python_2_unicode_compatible class Album(models.Model): class Meta: - ordering = ["year", "-eventalbum", "oldFolder", "publish_date"] + ordering = ["year", "-eventalbum", "oldFolder", "-publish_date"] unique_together = (("year", "slug"),) title = models.CharField(max_length=200, verbose_name=_("Titel"))