Source: django-model-utils
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Brian May <bam@debian.org>
Build-Depends: debhelper (>=8.1.0), dh-python,
 python-all, python-setuptools, python-django,
 python3-all (>= 2.6.6-3~), python3-setuptools, python3-django
Standards-Version: 3.9.6
Homepage: https://github.com/carljm/django-model-utils/
Vcs-Git: git://anonscm.debian.org/python-modules/packages/django-model-utils.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-model-utils.git

Package: python-django-model-utils
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Django model mixins and utilities
 Django is a high-level web application framework that loosely follows
 the model-view-controller design pattern.
 .
 django-model-utils model provides some mixins and utilities for Django,
 including QueryManager for one-line definition of Managers returning a
 custom QuerySet, InheritanceCastModel for more efficient use of model
 inheritance, and TimeStampedModel.

Package: python3-django-model-utils
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Django model mixins and utilities
 Django is a high-level web application framework that loosely follows
 the model-view-controller design pattern.
 .
 django-model-utils model provides some mixins and utilities for Django,
 including QueryManager for one-line definition of Managers returning a
 custom QuerySet, InheritanceCastModel for more efficient use of model
 inheritance, and TimeStampedModel.
