can we save django ORM queries in database and execute them later.

suppose i have  class
class queries():
      qry=models.CharField(maxlength=200)

and i save a query "test.objects.filter(id=5)" in qry

now want to run query stored in qry field


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