Hi,

how can I obtain a QuerySet from a raw SQL query?

I want to use some generic views (objects list, object detail).
Unfortunately, all examples I've seen require a QuerySet (e.g.
MyModel.objects.all()). I'm using an existing database and already
have SQL queries that I want to use. So how can I get a QuerySet from
the SQL query?

Thanks in advance.

kind regards
robert

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