Skip to content

Commit f703b07

Browse files
authored
Merge pull request #565 from liangliangyy/dev
fix #564
2 parents 6217678 + 8b22b4d commit f703b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/documents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def convert_to_doc(self, articles):
185185
body=article.body,
186186
title=article.title,
187187
author={
188-
'nikename': article.author.username,
188+
'nickname': article.author.username,
189189
'id': article.author.id},
190190
category={
191191
'name': article.category.name,

0 commit comments

Comments
 (0)