You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
django-custom-query is a python module to write user provided search queries, using AND, OR and parenthesis grouping. This module will translate those to Django ORM Q objects.
Documentation is available at http://django-custom-query.readthedocs.io/ or else, you can build it from source like this::
$ easy_install Sphinx
$ cd docs
$ make html
then open _build/html/index.html in your web browser.