Django model mixins and utilities.
Find a file
Carl Meyer 3211c92a4d Merge branch 'master' into fix-choices-deepcopy
* master: (23 commits)
  only accepting iterables to the when field
  adding 'when' parameter to MonitorField
  Update AUTHORS and changelog.
  Add test to verify get_subclass() on QuerySet
  Refactor to make sure get_subclass() is on QuerySet
  Fixed indexing into Choices so its useful.
  Fix bug with child/grandchild select_subclasses in Django 1.6+; thanks Keryn Knight.
  fixed code block
  Bump version for dev.
  Bump version for 1.5.0 release.
  Add option-groups capability to Choices.
  Add Changelog note about Choices equality/addition.
  Added tests to improve coverage
  Alphabetised authors
  Removed redundant inequality method on Choices
  Moved documentation for Choices field to the right place
  Corrected typo
  Added self to Authors file
  Added equality methods to Choices objects, and overrode + for Choices for easy concatenation with other Choices and choice-like iterables. Also wrote tests for them, and extended the readme to reflect this
  Fix typo noted by @silonov
  ...

Conflicts:
	model_utils/choices.py
2013-10-11 13:23:56 -06:00
docs only accepting iterables to the when field 2013-10-11 08:24:00 -03:00
model_utils Merge branch 'master' into fix-choices-deepcopy 2013-10-11 13:23:56 -06: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 Exclude docs html output from git 2013-07-31 22:57:15 -07: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 Fix typo in .travis.yml. 2013-07-25 12:28:03 -05:00
AUTHORS.rst adding 'when' parameter to MonitorField 2013-10-11 00:08:38 -03:00
CHANGES.rst adding 'when' parameter to MonitorField 2013-10-11 00:08:38 -03:00
CONTRIBUTING.rst Reference make test instead of ./runtests.sh 2013-08-07 22:52:44 -07:00
LICENSE.txt Update LICENSE year to 2013 2013-03-28 23:42:49 -07:00
Makefile Add Makefile with init, test, and docs tasks 2013-08-07 22:51:34 -07:00
MANIFEST.in Remove obsolete HGREV reference from MANIFEST.in. 2013-04-11 21:35:03 -06:00
README.rst Bump version for 1.5.0 release. 2013-08-29 22:06:44 -06:00
runtests.py Remove pre-1.2 test-runner support. 2012-02-02 08:31:52 -07:00
setup.cfg Add setup.cfg for `python setup.py build_sphinx` 2013-07-31 22:58:15 -07:00
setup.py Set version in setup.py docs automatically 2013-08-07 22:52:39 -07:00
TODO.rst Updates to multi-level support for InheritanceManager. 2013-02-01 22:38:14 -07:00
tox.ini Update tox.ini for Django 1.6 stable branch, South supporting Py3. 2013-07-25 11:58:46 -05: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://pypip.in/v/django-model-utils/badge.png
   :target: https://crate.io/packages/django-model-utils

Django model mixins and utilities.

``django-model-utils`` supports `Django`_ 1.4.2 and later on Python 2.6, 2.7,
3.2, and 3.3.

.. _Django: http://www.djangoproject.com/


Getting Help
============

Documentation for django-model-utils is available at https://django-model-utils.readthedocs.org/

This app is available on `PyPI`_.

.. _PyPI: https://pypi.python.org/pypi/django-model-utils/


Contributing
============

Please file bugs and send pull requests to the `GitHub repository`_ and `issue
tracker`_.

.. _GitHub repository: https://github.com/carljm/django-model-utils/
.. _issue tracker: https://github.com/carljm/django-model-utils/issues

(Until January 2013 django-model-utils primary development was hosted at
`BitBucket`_; the issue tracker there will remain open until all issues and
pull requests tracked in it are closed, but all new issues should be filed at
GitHub.)

.. _BitBucket: https://bitbucket.org/carljm/django-model-utils/overview