Django model mixins and utilities. django-model-utils supports Django 1.4.10 and later on Python 2.6, 2.7, 3.2, 3.3 and 3.4.
Django model mixins and utilities.
Installation Install from PyPI with pip:
pip install django-model-utils
To use django-model-utils in your Django project, just import and use the utility classes described in this documentation; there is no need to modify your INSTALLED_APPS setting.
Dependencies django-model-utils supports Django 1.4.2 and later on Python 2.6, 2.7, 3.2, and 3.3.