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

fix date

parent 7ee5c536
No related branches found
No related tags found
2 merge requests!899Release,!892Fix date
Pipeline #16342 passed
......@@ -470,7 +470,7 @@ class MainArticlesPageMixin(
)
first_day_of_target_month = target_date.replace(day=1)
filter = models.Q(date__gte=first_day_of_target_month) & search_filter
filter = models.Q(timestamp__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