diff --git a/django_lostplaces/lostplaces/models.py b/django_lostplaces/lostplaces/models.py index f35eefa..c1b09f8 100644 --- a/django_lostplaces/lostplaces/models.py +++ b/django_lostplaces/lostplaces/models.py @@ -176,7 +176,7 @@ class PlaceImage (Submittable): of this image as textual represntation of this instance """ - return ' '.join([self.place.name, str(self.pk)]) + return 'Image ' + str(self.pk) # These two auto-delete files from filesystem when they are unneeded: