Q. In Django, what does `request.user` return?
β
Correct Answer: (B)
Current logged-in user
Explanation: `request.user` gives access to the currently authenticated user.