python
Copy
matching_profiles
=
UserProfile.objects.filter(
user_data__email
=
"alice@example.com"
)