• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H11-Oct-2021-142111

django_model_utils.egg-info/H03-May-2022-566394

docs/H11-Oct-2021-1,6811,070

model_utils/H11-Oct-2021-1,8131,402

tests/H11-Oct-2021-3,2672,495

.coveragercH A D11-Oct-202133 32

.editorconfigH A D11-Oct-2021238 1813

.gitignoreH A D11-Oct-2021140 1514

AUTHORS.rstH A D11-Oct-20213.9 KiB104103

CHANGES.rstH A D11-Oct-202115.2 KiB478326

CONTRIBUTING.rstH A D11-Oct-20212.5 KiB8959

MANIFEST.inH A D11-Oct-2021237 1110

MakefileH A D11-Oct-2021698 3626

PKG-INFOH A D11-Oct-202118 KiB566394

README.rstH A D11-Oct-20211.7 KiB5539

setup.cfgH A D11-Oct-2021219 1712

setup.pyH A D11-Oct-20211.9 KiB5951

tox.iniH A D11-Oct-20211 KiB5953

translations.pyH A D11-Oct-2021870 4029

README.rst

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