jazzband/django-taggit

Simple tagging for django

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 37 minutes ago
Added to GitGenius on September 20th, 2026
Created on December 8th, 2009
Open Issues & Pull Requests: 116 (+0)
GitHub issues: Enabled
Number of forks: 635
Total Stargazers: 3,447 (+0)
Total Subscribers: 60 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 19
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,794 days
Stale 30+ days: 17
Stale 90+ days: 16

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (6)
  • enhancement (5)
  • docs (3)
  • good first issue (3)
  • question (2)
  • djangonauts-reserved (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

django-taggit is a tagging library for Django that simplifies adding tags to model instances.

The tool addresses the common need to attach flexible, user-defined labels to Django models without building custom tagging infrastructure. It works by providing a TaggableManager that can be added to any model, handling the underlying database relationships and tag storage automatically. Once added, tags can be manipulated through a straightforward API that supports adding, removing, and querying tags by name, with full integration into Django's ORM for filtering and lookups.

Teams building content management systems, blogs, product catalogs, or any application where items need categorization should consider this tool. It suits projects of any scale that require tagging without the overhead of custom implementation. The tool automatically exposes tags in Django's admin interface and form handling, reducing boilerplate. The README does not compare it to alternatives, so no comparative guidance can be offered.

The project maintains active test coverage tracking and continuous integration workflows. Development follows a structured contribution process through the Jazzband collaborative framework, which enforces a code of conduct and contribution guidelines for all participants.