python数据库查询相关笔记
Participation.objects.extra(where=['user_id IN (select user_id from webverse_userprofile where parent_id = 1)']).order_by('-created_at')
?