|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/
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