Follow up question to this one:
Django merge 2 querysets in staggered/alternating fashion?
I'm wondering is there an efficient way to avoid duplicates in the result? i.e. the generators will only return items we have not seen before.
Follow up question to this one:
Django merge 2 querysets in staggered/alternating fashion?
I'm wondering is there an efficient way to avoid duplicates in the result? i.e. the generators will only return items we have not seen before.