On Oct 10, 12:02 pm, Robocop <[EMAIL PROTECTED]> wrote:
> Unfortunately, that is the explanation.  I really appreciate all the
> help though; how disappointing that i didn't learn anything other than
> not allowing anyone to touch my projects without me around.
>
> On Oct 10, 9:59 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
>
> > On Fri, Oct 10, 2008 at 12:51 PM, Robocop <[EMAIL PROTECTED]> wrote:
>
> > > Bad news guys, someone deactivated my test user and didn't tell me.
> > > I'm so sad.
>
> > Do you mean that is the explanation for why auth.login hasn't been working?
> > Or is there still a problem that needs to be investigated?
>
> > Karen

1) I was looking at this because I am have a problem login in users
and showing there auth info(show any data not from a form).
my view looks just like yours, it is letting every thing in.

2) I saw the line:          news_list = New.objects.all().order_by('-
date')
I need to do something like this
usertime=time.objects.filter( user=User.username).filter(worked=null)
time is my class in my models.py that has user and worked.
 what else do I have to do to get this to work?

View   http://dpaste.com/84442/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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