Go to file
Brian May 5195610be0 django-model-utils (2.5.2-2) unstable; urgency=medium
[ Ben Finney ]
  * Improve package description. Closes: #834116, Closes: #834117.

  [ Brian May ]
  * New upstream release.
  * Fix FTBFS: Closes: #828651.
  * Update standards version to 3.9.8.

# imported from the archive
2016-09-11 04:56:36 +02:00
debian django-model-utils (2.5.2-2) unstable; urgency=medium 2016-09-11 04:56:36 +02:00
docs django-model-utils (2.5.2-2) unstable; urgency=medium 2016-09-11 04:56:36 +02:00
model_utils django-model-utils (2.5.2-2) unstable; urgency=medium 2016-09-11 04:56:36 +02:00
.coveragerc django-model-utils (2.5.2-2) unstable; urgency=medium 2016-09-11 04:56:36 +02:00
.editorconfig django-model-utils (2.5.2-2) unstable; urgency=medium 2016-09-11 04:56:36 +02:00
.gitignore django-model-utils (2.5.2-2) unstable; urgency=medium 2016-09-11 04:56:36 +02:00
.hgignore django-model-utils (2.5.2-2) unstable; urgency=medium 2016-09-11 04:56:36 +02:00
.hgtags django-model-utils (2.5.2-2) unstable; urgency=medium 2016-09-11 04:56:36 +02:00
.travis.yml django-model-utils (2.5.2-2) unstable; urgency=medium 2016-09-11 04:56:36 +02:00
AUTHORS.rst django-model-utils (2.5.2-2) unstable; urgency=medium 2016-09-11 04:56:36 +02:00
CHANGES.rst django-model-utils (2.5.2-2) unstable; urgency=medium 2016-09-11 04:56:36 +02:00
CONTRIBUTING.rst django-model-utils (2.5.2-2) unstable; urgency=medium 2016-09-11 04:56:36 +02:00
LICENSE.txt django-model-utils (2.5.2-2) unstable; urgency=medium 2016-09-11 04:56:36 +02:00
MANIFEST.in django-model-utils (2.5.2-2) unstable; urgency=medium 2016-09-11 04:56:36 +02:00
Makefile django-model-utils (2.5.2-2) unstable; urgency=medium 2016-09-11 04:56:36 +02:00
README.rst django-model-utils (2.5.2-2) unstable; urgency=medium 2016-09-11 04:56:36 +02:00
requirements.txt django-model-utils (2.5.2-2) unstable; urgency=medium 2016-09-11 04:56:36 +02:00
runtests.py django-model-utils (2.5.2-2) unstable; urgency=medium 2016-09-11 04:56:36 +02:00
setup.cfg django-model-utils (2.5.2-2) unstable; urgency=medium 2016-09-11 04:56:36 +02:00
setup.py django-model-utils (2.5.2-2) unstable; urgency=medium 2016-09-11 04:56:36 +02:00
tox.ini django-model-utils (2.5.2-2) unstable; urgency=medium 2016-09-11 04:56:36 +02:00
translations.py django-model-utils (2.5.2-2) unstable; urgency=medium 2016-09-11 04:56:36 +02:00
update_travis_envs.sh django-model-utils (2.5.2-2) unstable; urgency=medium 2016-09-11 04:56:36 +02:00

README.rst

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

.. image:: https://secure.travis-ci.org/carljm/django-model-utils.png?branch=master
   :target: http://travis-ci.org/carljm/django-model-utils
.. image:: https://coveralls.io/repos/carljm/django-model-utils/badge.png?branch=master
   :target: https://coveralls.io/r/carljm/django-model-utils
.. image:: https://img.shields.io/pypi/v/django-model-utils.svg
   :target: https://crate.io/packages/django-model-utils

Django model mixins and utilities.

``django-model-utils`` supports `Django`_ 1.4 through 1.9 (latest bugfix
release in each series only) on Python 2.6 (through Django 1.6 only), 2.7, 3.3
(through Django 1.8 only), 3.4 and 3.5.

.. _Django: http://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 at 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/carljm/django-model-utils/
.. _issue tracker: https://github.com/carljm/django-model-utils/issues
.. _CONTRIBUTING.rst: https://github.com/carljm/django-model-utils/blob/master/CONTRIBUTING.rst