Merge branch 'hotfix/news-ids' into 'develop'
Use old ids for demonstration See merge request gm/gm-backend!99
This commit is contained in:
commit
6c0327f1a2
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user