Given a model named 'User' that contains a field named 'email' - how do you perform a case-insensitive exact match for the email '[email protected]'?

🎲 Try a Random Question  |  Total Questions in Quiz: 61  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Django Fundamentals Test 2 — practice the complete quiz, review flashcards, or try a random question.


Given a model named 'User' that contains a field named 'email' - how do you perform a case-insensitive exact match for the email '[email protected]'?