How to perform left join and select a flag if fields exist on right table in django
I have article and bookmark tables and i want to fetch articles while getting is_bookmarked flag if the user has bookmarked the article.
I have article and bookmark tables and i want to fetch articles while getting is_bookmarked flag if the user has bookmarked the article.