Given a model named 'User' that contains a DateTime field named 'last_login' - how do you query for users that have never logged in?

🎲 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 DateTime field named 'last_login' - how do you query for users that have never logged in?