diff --git a/reddit/models.py b/reddit/models.py index 90b9134..9a91bd8 100644 --- a/reddit/models.py +++ b/reddit/models.py @@ -17,7 +17,7 @@ class RedditAccount(models.Model): >>> mod.username = 'nik_doof' >>> mod.api_update() >>> mod.reddit_id - '1axok' + u'1axok' """ user = models.ForeignKey(User, blank=True, null=True)