Metadata-Version: 2.0
Name: django-manager-utils
Version: 0.8.2
Summary: Model manager utilities for Django
Home-page: http://github.com/ambitioninc/django-manager-utils/
Author: Wes Kendall
Author-email: opensource@ambition.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Requires-Dist: django (>=1.7)
Requires-Dist: django-query-builder (>=0.6.1)

.. image:: https://travis-ci.org/ambitioninc/django-manager-utils.png
   :target: https://travis-ci.org/ambitioninc/django-manager-utils

.. image:: https://pypip.in/v/django-manager-utils/badge.png
    :target: https://pypi.python.org/pypi/django-manager-utils/
    :alt: Latest PyPI version

.. image:: https://pypip.in/d/django-manager-utils/badge.png
    :target: https://pypi.python.org/pypi/django-manager-utils/
    :alt: Number of PyPI downloads

django-manager-utils
====================
Additional utilities for Django model managers.

Installation
------------
To install the latest release, type::

    pip install django-manager-utils

To install the latest code directly from source, type::

    pip install git+git://github.com/ambitioninc/django-manager-utils.git

Documentation
-------------

Full documentation is available at http://django-manager-utils.readthedocs.org

License
-------
MIT License (see LICENSE)


