Metadata-Version: 2.4
Name: django-manager-utils
Version: 4.0.0
Summary: Model manager utilities for Django
Home-page: http://github.com/ambitioninc/django-manager-utils/
Author: Wes Kendall
Author-email: opensource@ambition.com
Project-URL: Bug Tracker, https://github.com/ambitioninc/django-manager-utils/issues
Project-URL: Changes, https://django-manager-utils.readthedocs.io/en/latest/release_notes.html
Project-URL: Documentation, https://django-manager-utils.readthedocs.io/en/latest/
Project-URL: Source Code, https://github.com/ambitioninc/django-manager-utils
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Classifier: Framework :: Django :: 5.2
Classifier: Framework :: Django :: 6.0
Requires-Python: >=3.10
License-File: LICENSE
Requires-Dist: Django>=5.2
Requires-Dist: django-query-builder>=4.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

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

.. image:: https://img.shields.io/pypi/v/django-manager-utils.svg
    :target: https://pypi.python.org/pypi/django-manager-utils/
    :alt: Latest PyPI version

.. image:: https://img.shields.io/pypi/dm/django-manager-utils.svg
    :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)
