1👍
✅
images_not_in_users_albums = Image.objects.exclude(album__user=user)
If you want to pull them all first and show which ones are in the albums, your method looks good to me.
Source:stackexchange.com