Merge branch 'hotfix/news-ids' into 'develop'

Use old ids for demonstration

See merge request gm/gm-backend!99
This commit is contained in:
d.kuzmenko 2019-11-04 12:38:17 +00:00
commit 6c0327f1a2

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