Live data from Hacker News

Viewing profile — ds3w2

ds3w2

HN member
Joined
Mon, Dec 04, 2023, 5:01 PM UTC
HN karma
2
Public activity
1 items

About ds3w2

No profile information was provided.

Recent public activity

  1. comment
    Comment #38519778

    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…