You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
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
John Boxall
unread,
Nov 4, 2009, 2:09:36 PM11/4/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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