Skip to content

Commit

Permalink
fixup! add get_main_forum method
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Sep 10, 2024
1 parent 78e039a commit 5f34bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lacommunaute/forum/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Forum(AbstractForum):
tags = TaggableManager()
partner = models.ForeignKey(Partner, on_delete=models.CASCADE, null=True, blank=True)

objects = ForumQuerySet.as_manager()
objects = ForumQuerySet().as_manager()

def get_absolute_url(self):
return reverse(
Expand Down

0 comments on commit 5f34bc6

Please sign in to comment.