1==================
2django-model-utils
3==================
4
5.. image:: https://jazzband.co/static/img/badge.svg
6   :target: https://jazzband.co/
7   :alt: Jazzband
8.. image:: https://github.com/jazzband/django-model-utils/workflows/Test/badge.svg
9   :target: https://github.com/jazzband/django-model-utils/actions
10.. image:: https://codecov.io/gh/jazzband/django-model-utils/branch/master/graph/badge.svg
11  :target: https://codecov.io/gh/jazzband/django-model-utils
12.. image:: https://img.shields.io/pypi/v/django-model-utils.svg
13   :target: https://pypi.python.org/pypi/django-model-utils
14.. image:: https://img.shields.io/pypi/pyversions/django-model-utils.svg
15   :target: https://pypi.python.org/pypi/django-model-utils
16   :alt: Supported Python versions
17.. image:: https://img.shields.io/pypi/djversions/django-model-utils.svg
18   :target: https://pypi.org/project/django-model-utils/
19   :alt: Supported Django versions
20
21Django model mixins and utilities.
22
23``django-model-utils`` supports `Django`_ 2.2+.
24
25.. _Django: http://www.djangoproject.com/
26
27This app is available on `PyPI`_.
28
29.. _PyPI: https://pypi.python.org/pypi/django-model-utils/
30
31Getting Help
32============
33
34Documentation for django-model-utils is available
35https://django-model-utils.readthedocs.io/
36
37
38Run tests
39---------
40
41.. code-block
42
43    pip install -e .
44    py.test
45
46Contributing
47============
48
49Please file bugs and send pull requests to the `GitHub repository`_ and `issue
50tracker`_. See `CONTRIBUTING.rst`_ for details.
51
52.. _GitHub repository: https://github.com/jazzband/django-model-utils/
53.. _issue tracker: https://github.com/jazzband/django-model-utils/issues
54.. _CONTRIBUTING.rst: https://github.com/jazzband/django-model-utils/blob/master/CONTRIBUTING.rst
55