[Answered ]-If a django view does User.get on a username while another user is logged in, is the user context lost?

2👍

Pasting my comment since it turns out it was the answer.

No. There is no magic like that. While we can’t tell since you haven’t posted your code, my guess is that this one view doesn’t use say RequestContext and the user variable is simply not in the context.

Leave a comment