Skip to content
Snippets Groups Projects
Commit cf3327da authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

fix article loading

parent 73c5e615
Branches
No related tags found
2 merge requests!861Release: New homepage design,!847fix article loading
Pipeline #15937 passed
......@@ -413,7 +413,7 @@ class MainArticlesPage(
target_date = target_date_list[0] - relativedelta(months=months_back)
first_day_of_target_month = target_date.replace(day=1)
filter = models.Q(date__gt=first_day_of_target_month) & search_filter
filter = models.Q(date__gte=first_day_of_target_month) & search_filter
sorted_article_qs = self.get_base_shared_articles_query(filter)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment