Hey Marc,

You can store queryset by pickling them - you might find this
documentation helpful:
http://docs.djangoproject.com/en/dev/ref/models/querysets/#id2

I could imagine an interface that combined Alex's django-filter with a
Model for storing the pickled query objects to implement your idea:
http://github.com/alex/django-filter

Cheers,

John


On Nov 4, 8:00 am, mettwoch <mettw...@pt.lu> wrote:
> Hi,
>
> I wonder if I can use the Q object to build queries interactively and
> store them for repeated use. I imagine building up the tree of the Q
> object in a simple web interface that introspects the models, shows
> the fields and some operators and let the user build, name and store
> queries for later use. Could you point me to a source of information
> that could help me developing this.
>
> Marc
--~--~---------~--~----~------------~-------~--~----~
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