Skip to content

Let users write query conditions using AND, OR and parenthesis grouping for Django ORM

Notifications You must be signed in to change notification settings

ivan-katkov/django-custom-query

 
 

Repository files navigation

django-custom-query

Test customquery

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 https://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.

To run tests:

$ python3 run_tests.py

About

Let users write query conditions using AND, OR and parenthesis grouping for Django ORM

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.5%
  • Dockerfile 0.5%