Re: RequestContext and request.user

2013-08-17 Thread Robin Lery
goproject.com/en/dev/ref/templates/api/#subclassing-context-requestcontext > > []'s > > Lucas Magnum. > > > 2013/8/16 Robin Lery <robinl...@gmail.com> > >> Hello, >> I am all confused about these two things: >> context_instance = RequestContext an

Re: RequestContext and request.user

2013-08-16 Thread Lucas Magnum
...@gmail.com> > Hello, > I am all confused about these two things: > context_instance = RequestContext and request.user > > Are they both equal? I suppose RequestContext includes a user varialble > from the given template. And request.user would also give the current > user's info

RequestContext and request.user

2013-08-16 Thread Robin Lery
Hello, I am all confused about these two things: context_instance = RequestContext and request.user Are they both equal? I suppose RequestContext includes a user varialble from the given template. And request.user would also give the current user's info, i guess. Can someone please give me