A few days ago, I had need for a simple issue tracker I could embed inside my projects. I found this ticket, however the code was written for django 0.96...
So I looked at it, and I said, "That's easy. I can make that work with 1.2!"
A couple of hours later, my imagination has finally started to wind down, and it now has comments, autofills certain fields, and has email notifications for new tickets and when a ticket gets assigned.
If using this in your own Django projects is of interest to you, you can browse the repo and grab either the 0.1 (under tags) or the latest HEAD from here! Ignore the certificate error - it's just a self signed certificate until I'm less broke.