фикс рекомендуемых выставок

stage8
Slava Kyrachevsky 9 years ago
parent cbc2f82559
commit 805a4bc25f
  1. 2
      apps/exposition/views.py

@ -229,7 +229,7 @@ class ExpoDetail(ObjectStatMixin, JitterCacheMixin, MetadataMixin, DetailView):
is_published=True
).filter(
Q(top__isnull=False, theme__in=themes) |
Q(paid_new__isnull=False) |
Q(paid_new__isnull=False, theme__in=themes) |
Q(theme__in=themes)
).order_by('-data_begin')[:2]

Loading…
Cancel
Save