Django model mixins and utilities.
Find a file
Patrick Arminio bfa95b1baf Add py.typed
2023-01-23 22:03:56 +00:00
.github Confirm support for Django 4.1 2022-08-17 23:17:28 +02:00
docs Update utilities.rst 2022-10-04 12:01:03 +02:00
model_utils Add py.typed 2023-01-23 22:03:56 +00:00
tests Add pyupgrade to pre-commit configurations 2022-08-17 23:08:31 +02:00
.coveragerc Add a JoinManager that helps with performance (#351) 2018-11-25 20:18:23 +06:00
.editorconfig Add EditorConfig file 2013-05-20 22:38:00 -07:00
.gitignore docs: Fix Markdown formatting of CHANGES 2021-10-11 09:59:26 +02:00
.pre-commit-config.yaml Bump isort to fix: NameError: name 'colorama' is not defined 2022-12-12 23:14:02 +02:00
AUTHORS.rst Merge branch 'master' into spanish_translation 2022-03-14 10:36:04 +08:00
CHANGES.rst Release 4.3.1. 2022-11-15 19:07:31 -05:00
CODE_OF_CONDUCT.md Jazzband: Created local 'CODE_OF_CONDUCT.md' from remote 'CODE_OF_CONDUCT.md' 2021-11-04 11:42:42 +01:00
CONTRIBUTING.rst Used isort to sort imports (#460) 2020-11-29 20:58:00 +00:00
LICENSE.txt Update year. 2019-01-10 15:38:56 -05:00
Makefile Used isort to sort imports (#460) 2020-11-29 20:58:00 +00:00
MANIFEST.in MANIFEST.in: Add docs and tests (#362) 2019-03-11 13:51:59 +06:00
README.rst update readme links (#540) 2022-10-20 00:07:38 +03:00
requirements-test.txt bump pytest from 6.0.2 to 6.2.5 2021-10-08 09:05:33 -05:00
requirements.txt Add requirement for running tests 2019-05-20 19:32:02 +02:00
setup.cfg Used isort to sort imports (#460) 2020-11-29 20:58:00 +00:00
setup.py Add py.typed 2023-01-23 22:03:56 +00:00
tox.ini Remove comments to fix Flake8 6.0.0 2022-12-12 21:17:00 +02:00
translations.py Remove unsupported django version hacks. 2019-08-21 11:02:23 +02:00

==================
django-model-utils
==================

.. image:: https://jazzband.co/static/img/badge.svg
   :target: https://jazzband.co/
   :alt: Jazzband
.. image:: https://github.com/jazzband/django-model-utils/workflows/Test/badge.svg
   :target: https://github.com/jazzband/django-model-utils/actions
.. image:: https://codecov.io/gh/jazzband/django-model-utils/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/jazzband/django-model-utils
.. image:: https://img.shields.io/pypi/v/django-model-utils.svg
   :target: https://pypi.python.org/pypi/django-model-utils
.. image:: https://img.shields.io/pypi/pyversions/django-model-utils.svg
   :target: https://pypi.python.org/pypi/django-model-utils
   :alt: Supported Python versions
.. image:: https://img.shields.io/pypi/djversions/django-model-utils.svg
   :target: https://pypi.org/project/django-model-utils/
   :alt: Supported Django versions

Django model mixins and utilities.

``django-model-utils`` supports `Django`_ 3.2+.

.. _Django: https://www.djangoproject.com/

This app is available on `PyPI`_.

.. _PyPI: https://pypi.python.org/pypi/django-model-utils/

Getting Help
============

Documentation for django-model-utils is available
https://django-model-utils.readthedocs.io/


Run tests
---------

.. code-block

    pip install -e .
    py.test

Contributing
============

Please file bugs and send pull requests to the `GitHub repository`_ and `issue
tracker`_. See `CONTRIBUTING.rst`_ for details.

.. _GitHub repository: https://github.com/jazzband/django-model-utils/
.. _issue tracker: https://github.com/jazzband/django-model-utils/issues
.. _CONTRIBUTING.rst: https://github.com/jazzband/django-model-utils/blob/master/CONTRIBUTING.rst