I've just placed django-modelqueryform on github
http://github.com/ckirby/django-modelqueryform
and PyPi.
django-modelqueryform is a project that allows users to
build somewhat complex queries against a model tree.
It can help with complex user search, report generation,
and other like workflows.
django-modelqueryform provides a Form class for
subclassing which provides a form for generating
queries against a model and a form processor to run
the generated query
The generated form allows building a query with logical
or of values in a single model field and logical and
between fields
The generated form is made up of MultipleChoiceFields
for each field in the model. The choices for the field will
be the choices as defined on the model field if they exist.
Otherwise it will pull the distinct values for that field and
use them.
Input, feedback, thoughts all welcome.
Thanks,
Chaim Kirby
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment