Show More
@@ -76,7 +76,7 b' class PostManager(models.Manager):' | |||||
76 | if thread.can_bump() and ( |
|
76 | if thread.can_bump() and ( | |
77 | thread.get_reply_count() >= settings.MAX_POSTS_PER_THREAD): |
|
77 | thread.get_reply_count() >= settings.MAX_POSTS_PER_THREAD): | |
78 | thread.bumpable = False |
|
78 | thread.bumpable = False | |
79 | thread.save(update_fields=['last_edit_time', 'bumpable']) |
|
79 | thread.save() | |
80 | new_thread = False |
|
80 | new_thread = False | |
81 |
|
81 | |||
82 | post = self.create(title=title, |
|
82 | post = self.create(title=title, |
General Comments 0
You need to be logged in to leave comments.
Login now