Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Address recursion error
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Turner committed Oct 26, 2016
1 parent 119a770 commit fd6ee41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icekit/plugins/image/abstract_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ class Meta:
verbose_name_plural = _('Images')

def __str__(self):
return super(AbstractImageItem, self).__str__()
return six.text_type(self.image)

0 comments on commit fd6ee41

Please sign in to comment.