On 24 nov, 16:13, felix <crucialfe...@gmail.com> wrote:
> from django.contrib.auth.models import *
>  User.objects.filter(username__iexact="/turtle")
>
> *** ValueError: list.index(x): x not in list
>
> URL:http://code.djangoproject.com/svn/django/trunk
> Repository Root:http://code.djangoproject.com/svn
> Repository UUID: bcc190cf-cafb-0310-a4f2-bffc1f526a37
> Revision: 13265

Felix:

1/ Please consider posting a full traceback - tracebacks are here to
help understanding what went wrong  - and possibly where.
2/ It's the user discussion group here, not the bug tracking system
3/ If you're working on the trunk, before you fill a bug report,
update to the lattest revision.

FWIW, your above code works just fine here using r13696 which is
already quite a few weeks old.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to