Django model mixins and utilities.
Find a file
Adam Chainz 699369424c Convert readthedocs links for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
2016-06-04 11:41:33 +01:00
docs Update PassThroughManager docs to recommend alternatives; fixes GH-201. 2015-12-18 11:32:03 -07:00
model_utils 1.10 fix 2016-05-27 20:32:16 +00:00
.coveragerc Move coverage configuration into .coveragerc 2013-05-20 22:37:24 -07:00
.editorconfig Add EditorConfig file 2013-05-20 22:38:00 -07:00
.gitignore Add script and makefile tasks for making and compiling messages; un-gitignore .mo files. 2015-07-20 10:20:11 -06:00
.hgignore Add runtests.sh script to run tox and generate HTML coverage summary. 2013-01-27 13:35:48 -08:00
.hgtags Added tag 1.1.0 for changeset 92792fb14a51 2012-04-13 17:33:51 -06:00
.travis.yml Trunk doesn't support Python 3.3, either. 2016-02-08 16:26:44 -07:00
AUTHORS.rst Fixed a bug with Django >= 1.9 where values_list was called on 2016-05-25 18:58:03 +02:00
CHANGES.rst Fixed a bug with Django >= 1.9 where values_list was called on 2016-05-25 18:58:03 +02:00
CONTRIBUTING.rst Update CONTRIBUTING doc. 2015-12-02 12:56:03 -07:00
LICENSE.txt Happy New Year! 2015-06-28 19:04:27 -07:00
Makefile Add script and makefile tasks for making and compiling messages; un-gitignore .mo files. 2015-07-20 10:20:11 -06:00
MANIFEST.in Fix MANIFEST.in. 2015-12-03 09:20:42 -07:00
README.rst Convert readthedocs links for their .org -> .io migration for hosted projects 2016-06-04 11:41:33 +01:00
runtests.py Silence warning about MIDDLEWARE_CLASSES when running tests under 1.7. 2014-07-25 09:51:50 -06:00
setup.cfg Add universal-wheel config in setup.py. 2014-03-19 22:44:17 -06:00
setup.py Fix unclosed file handles in setup.py. 2015-12-03 09:30:06 -07:00
tox.ini Trunk doesn't support Python 3.3, either. 2016-02-08 16:26:44 -07:00
translations.py Add script and makefile tasks for making and compiling messages; un-gitignore .mo files. 2015-07-20 10:20:11 -06:00
update_travis_envs.sh env list in .travis.yml will now be sorted 2015-01-27 05:15:32 +02:00

==================
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.10 and later on Python 2.6, 2.7,
3.3 and 3.4.

.. _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