Version history for every DjangoPlay app — pick one to see what changed and when. Looking for what’s coming next? Explore the latest roadmap and upcoming releases?
The first release of Generic Issue Tracker — a reusable Django issue-tracking foundation built for integration into real applications.
a clean foundation for managing issues, comments, labels, attachments, and issue lifecycle data inside any Django application.
issues can be removed without immediately destroying their underlying records, providing a safer foundation for production systems.
reporter identity is represented independently of Django's `AUTH_USER_MODEL`, allowing the tracker to integrate with different authentication architectures.
signals provide integration points for issue and comment activity without coupling the tracker to application-specific business logic.
the domain is structured so permissions, APIs, lifecycle behavior, and integrations can evolve independently as the project grows.
built as an installable Django application that can become part of an existing project rather than requiring a separate issue-tracking platform.