How combine two or more querysets in a Django view? Django flyf35 — 22 July 2023 · Comments off from itertools import chain result = list(chain(*docs)) django