Hi,
I've got a model "Note" with a DateTimeField "updated". I ran dbsync and 
entered some data but making the query
"n = 
Note.objects.filter(owner=request.user.id).exclude(updated__tle=datetime.datetime.now())"
tells me that "updated" is "not defined". Without the exclude statement it 
works, I also imported "datetime". 
Anybody got an idea of what could be the problem?
-- 
Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: 
http://www.gmx.net/de/go/multimessenger

--~--~---------~--~----~------------~-------~--~----~
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