ds3w2·3 年前·議論django is goodjust one thingfix .select_related('child__attribute') / .values('child__attribute')currently it removes from result set rows where 'attribute' is NULL, unlike what typical LEFT JOINs imply
just one thing
fix .select_related('child__attribute') / .values('child__attribute')
currently it removes from result set rows where 'attribute' is NULL, unlike what typical LEFT JOINs imply