django-dsl 0.1.12

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangodsl 0.1.12

DSL for Django ORM
This is a simple query language for Django ORM. You can give it to your
customers so they will be able to filter the database without having
to edit code.
From one side, you feed it with a string, supplied by the user. And, it
gives you Q-objects, ready to be used in QuerySet.filter() call.
Please see tests/test_dsl.py file for example usage.

Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox


History

0.1.12 (2022-07-07)

Support Python 3.10 and Django 3.2
support GitHub Actions instead of Travis



0.1.0 (2017-07-21)

First release on PyPI.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.