Django model mixins and utilities.
Find a file
Jelmer af7c211f26
Merge pull request #642 from foarsitter/lt_django42
Drop support for older Django versions
2025-04-08 10:15:14 +02:00
.github Use postgres 14 2025-04-08 09:55:41 +02:00
docs Update manual to explain JoinQueryset instead of JoinManager 2024-04-17 17:28:25 +02:00
model_utils Fixed an infinite recursion bug when deleting models related to a tracked model with a ForeignKey (#620) 2025-04-03 19:58:57 +02:00
tests Model.save keyword only 2025-04-08 09:55:41 +02:00
.coveragerc Tell coverage tool to ignore lines intended for mypy only 2024-06-14 11:57:28 +02:00
.editorconfig update links (#554) 2023-01-28 05:44:56 +02:00
.gitignore docs: Fix Markdown formatting of CHANGES 2021-10-11 09:59:26 +02:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2024-08-05 17:55:05 +00:00
.readthedocs.yml pip install . 2023-06-15 20:58:10 +03:00
AUTHORS.rst Fixed an infinite recursion bug when deleting models related to a tracked model with a ForeignKey (#620) 2025-04-03 19:58:57 +02:00
CHANGES.rst Drop support for older Django versions 2025-04-08 10:04:45 +02: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 Add docker-compose for local development 2024-03-21 16:42:47 +01:00
docker-compose.yml Use postgres 14 2025-04-08 09:55:41 +02: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
mypy.ini Require full annotation in mypy configuration 2024-06-13 12:02:05 +02:00
README.rst Update README.rst 2024-04-22 11:43:47 +01:00
requirements-mypy.txt Do not pin versions 2025-04-08 09:55:41 +02:00
requirements-test.txt Do not pin versions 2025-04-08 09:55:41 +02:00
requirements.txt Switch from freezegun to time-machine. 2022-04-04 11:53:18 +01:00
setup.cfg Used isort to sort imports (#460) 2020-11-29 20:58:00 +00:00
setup.py Drop support for older Django versions 2025-04-08 10:04:45 +02:00
tox.ini Drop support for older Django versions 2025-04-08 10:04:45 +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/

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