Hello,

How do i transform this SQL query into a queryset?

select membership_type from memberships where id ='4'

i tried the following:

queryset = Memberships.objects.get(id__exact=4)

however django is throwing me an error with the following:

Memberships has no attribute all.


I know this is a trivial question but i've been through the tutorials 
https://docs.djangoproject.com/en/dev/topics/db/queries/

and i don't unds where this error is coming from.

Do appreciate any help rendered. 

Thank you.


Best Regards,

Stanwin Siow



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