我有以下两个表:
auth_user
- ID
- 用户名
- is_active (boolean) ...
使用profile_userprofile
- ID
- 用户身份 ...
我如何找到=0 且没有 userprofile_userprofile 对象的所有auth_user
对象?例如,像这样的条目——is_active
user_id
auth_user
- 编号 = 1
- 用户名 = hello@gmail.com
- is_active = 0
并且userprofile_userprofile
没有对象 where user_id
= 1