def get_queryset(self):
qs = Book.objects.filter(preview=True)
# FIXME: temporary workaround for a problem with iOS app; see #3954.
def get_queryset(self):
qs = Book.objects.filter(preview=True)
# FIXME: temporary workaround for a problem with iOS app; see #3954.