Use old ids for demonstration
This commit is contained in:
parent
3abb74d19e
commit
4dd06f772f
|
|
@ -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