Simplified PlaceImage __str__ repr.
This commit is contained in:
		@@ -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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user