Skip to content

Commit

Permalink
Abstract models updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Mar 14, 2015
1 parent ee71f3b commit 6173048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machina/apps/forum_conversation/abstract_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def __str__(self):
if self.posts.exists():
return self.posts.all().order_by('created')[0].subject
else:
return self.id
return str(self.id)

@property
def is_topic(self):
Expand Down

0 comments on commit 6173048

Please sign in to comment.