profile feed bug

remotes/origin/1203
Kotiuk Nazarii 11 years ago
parent 8689a4fdec
commit 0d85cd1bb2
  1. 2
      accounts/models.py

@ -343,7 +343,7 @@ class EventFilter(models.Model):
def get_queryset(self):
Exposition = get_model('exposition', 'Exposition')
qs = Exposition.objects.all()
qs = Exposition.enable.upcoming()
themes = self.theme.all()
tags = self.tag.all()
countries = self.country.all()

Loading…
Cancel
Save