2013-08-01 05:55:43 +00:00
|
|
|
=====
|
|
|
|
|
Setup
|
|
|
|
|
=====
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
2013-08-06 06:29:42 +00:00
|
|
|
|
2013-08-01 05:55:43 +00:00
|
|
|
Dependencies
|
|
|
|
|
============
|
|
|
|
|
|
2018-09-24 13:39:33 +00:00
|
|
|
``django-model-utils`` supports `Django`_ 1.8 through 2.1 (latest bugfix
|
|
|
|
|
release in each series only) on Python 2.7, 3.4, 3.5 and 3.6.
|
2013-08-01 05:55:43 +00:00
|
|
|
|
|
|
|
|
.. _Django: http://www.djangoproject.com/
|