Explore external applications for django-taggit
masterSeveral third-party applications provide extended functionality for django-taggit. Note that these are unofficial and have not been reviewed or tested by the django-taggit maintainers.
Available extensions include:
- django-taggit-anywhere: A simpler approach to tagging with integration for
django-taggit-helpersanddjango-taggit-labels. - django-taggit-helpers: Adds helper classes for Django admin pages:
TaggitCounter,TaggitListFilter,TaggitStackedInline, andTaggitTabularInline. - django-taggit-labels: Provides a clickable label widget for the Django admin to select from managed tag sets.
- django-taggit-serializer: Adds support for using
taggitwithdjango-rest-framework. - django-taggit-suggest: Provides support for defining keyword and regular expression rules for suggesting new tags (replaces the deprecated
taggit.contrib.suggest). - django-taggit-templatetags: Exposes various
taggitAPIs directly to templates via templatetags, including tag clouds. - django-taggit-bulk: Adds an admin action for bulk tagging from the model admin instance list view.