diff options
Diffstat (limited to 'apps/photos/models.py')
-rw-r--r-- | apps/photos/models.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/photos/models.py b/apps/photos/models.py index f1d9f54..ee01bcf 100644 --- a/apps/photos/models.py +++ b/apps/photos/models.py @@ -140,6 +140,8 @@ class PhotoGallery(models.Model): class Meta: ordering = ('-pub_date','id') verbose_name_plural = 'Photo Galleries' + get_latest_by = 'pub_date' + def __unicode__(self): return self.set_title |