I'm trying to use raw SQL to retrieve the information that I want to
display in a dropdown list. Here's the error that I'm getting:

TemplateSyntaxError at /polls/updatepath/
Caught AttributeError while rendering: 'RawQuerySet' object has no
attribute 'all'

I'm not sure what this is trying to tell me. I used the same SQL
syntax that is shown in the documentation at:

http://docs.djangoproject.com/en/dev/topics/db/sql/

Can somebody explain this to me? thanks.

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