django-queryable-properties
django-queryable-properties copied to clipboard
Write Django model properties that can be used in database queries.
=========================== django-queryable-properties
|tests| |coverage| |docs| |pypi|
.. |tests| image:: https://github.com/W1ldPo1nter/django-queryable-properties/actions/workflows/test.yaml/badge.svg?branch=master :target: https://github.com/W1ldPo1nter/django-queryable-properties/actions/workflows/test.yaml .. |coverage| image:: https://codecov.io/gh/W1ldPo1nter/django-queryable-properties/branch/master/graph/badge.svg :target: https://codecov.io/gh/W1ldPo1nter/django-queryable-properties .. |docs| image:: https://readthedocs.org/projects/django-queryable-properties/badge/?version=latest :target: https://django-queryable-properties.readthedocs.io/en/latest/?badge=latest .. |pypi| image:: https://img.shields.io/pypi/v/django-queryable-properties.svg :target: https://pypi.org/project/django-queryable-properties
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.
.. _Django: https://www.djangoproject.com/
Further information, including supported Python and Django versions as well as installation instructions, can be found
in the documentation hosted by readthedocs_.
.. _documentation hosted by readthedocs: https://django-queryable-properties.readthedocs.io/
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_.
.. _GitHub repository: https://github.com/W1ldPo1nter/django-queryable-properties .. _GitHub issues: https://github.com/W1ldPo1nter/django-queryable-properties/issues .. _guide on contributing: https://github.com/W1ldPo1nter/django-queryable-properties/blob/master/CONTRIBUTING.rst