django-queryable-properties

Write Django model properties that can be used in database queries.


License
BSD-3-Clause
Install
pip install django-queryable-properties==1.8.1

Documentation

django-queryable-properties

https://github.com/W1ldPo1nter/django-queryable-properties/actions/workflows/test.yaml/badge.svg?branch=master https://readthedocs.org/projects/django-queryable-properties/badge/?version=latest

django-queryable-properties is a Django extension that allows to implement model properties which can be used in database queries performed via Django's ORM.

Further information, including supported Python and Django versions as well as installation instructions, can be found in the documentation hosted by readthedocs.

Contributing and getting help

The GitHub repository is the central place to report bugs and get help using the GitHub issues as well as to contribute to the project via pull requests while following the guide on contributing.