次の2つのテーブルがあります。
auth_user
- id
- ユーザー名
- is_active(ブール値)..。
useprofile_userprofile
- id
- ユーザーID ...
= 0であり、userprofile_userprofileオブジェクトがないすべてのauth_user
オブジェクトを見つけるにはどうすればよいですか?たとえば、次のようなエントリ-is_active
user_id
auth_user
- id = 1
- ユーザー名=hello@gmail.com
- is_active = 0
=1userprofile_userprofile
の場合はオブジェクトがありませんuser_id