Source: django-taggit Maintainer: Debian Python Team Uploaders: Michal Čihař , Section: python Priority: optional Build-Depends: debhelper-compat (= 13), gettext, Build-Depends-Indep: dh-python, python3-all, python3-django, python3-mock, python3-djangorestframework, python3-setuptools, python3-sphinx, python3-sphinx-rtd-theme, Rules-Requires-Root: no Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/python-team/packages/django-taggit Vcs-Git: https://salsa.debian.org/python-team/packages/django-taggit.git Homepage: https://github.com/jazzband/django-taggit Package: python-django-taggit-doc Architecture: all Multi-Arch: foreign Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Description: simple tagging for Django (Documentation) 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 contains the documentation. Package: python3-django-taggit Architecture: all Depends: python3-django, ${misc:Depends}, ${python3:Depends}, Breaks: ${python3:Breaks}, Suggests: python-django-taggit-doc 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.