HN user

ds3w2

2 karma
Posts0
Comments1
View on HN
No posts found.
Django 5.0 3 years ago

django is good

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