I believe it's this line
|
answer.parent.comment_count = 1 + old_comment_count |
This issue also prevents the "see more comments" button from being rendered when there is more that max number of comments.
I can create a fix for this but how should I handle fixing the existing comment counts in DB? Should I add a management command?