Source: django-taggit Maintainer: Michal Čihař Uploaders: Debian Python Modules Team Section: python Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: python, python3-all, dh-python, python-setuptools, python3-setuptools, python-mock, python3-mock, python-django, python3-django Build-Conflicts: python-django (= 1:1.10-1), python-django (= 1:1.10-2), python3-django (= 1:1.10-1), python3-django (= 1:1.10-2) Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/python-team/modules/django-taggit Vcs-Git: https://salsa.debian.org/python-team/modules/django-taggit.git Homepage: https://github.com/alex/django-taggit Package: python-django-taggit Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-django Breaks: ${python:Breaks} Description: simple tagging for Django (Python 2) This is a generic tagging application for Django, which allows association of a number of tags with any Model instance and makes retrieval of tags simple. . django-taggit a simpler approach to tagging with Django. Add "taggit" to your INSTALLED_APPS then just add a TaggableManager to your model. . This package installs the library for Python 2. Package: python3-django-taggit Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python3-django Breaks: ${python3:Breaks} Description: simple tagging for Django (Python 3) This is a generic tagging application for Django, which allows association of a number of tags with any Model instance and makes retrieval of tags simple. . django-taggit a simpler approach to tagging with Django. Add "taggit" to your INSTALLED_APPS then just add a TaggableManager to your model. . This package installs the library for Python 3.