Sorry, get_user(request) was a blind alley; I'm actually using 'user =
request.user' right now, and my first attempt was 'if
request.user.is_authenticated():' as you suggest.  Behavior's the
same.

On Jun 9, 2:29 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> what happens when you if you try
> user = request.user
>
> or (better yet)
>
> if request.user.is_authenticated():
>    ...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to