Use old ids for demonstration

This commit is contained in:
Kuroshini 2019-10-16 14:11:07 +03:00
parent 3abb74d19e
commit 4dd06f772f

View File

@ -37,7 +37,7 @@ class NewsMixinView:
qs = qs.by_country_code(country_code)
else:
qs = models.News.objects.filter(
id__in=settings.HARDCODED_INTERNATIONAL_NEWS_IDS)
old_id__in=settings.HARDCODED_INTERNATIONAL_NEWS_IDS)
return qs
# temp code