Fixing a bug in BlogView's tag_view where it would provide a QuerySet as `tag` instea...
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Mon, 5 Jul 2010 18:59:56 +0000 (14:59 -0400)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Mon, 5 Jul 2010 19:03:51 +0000 (15:03 -0400)
commit6a190783eab3899c15d667e14ff20d2112d674d0
tree0f350590a01a73b7f0f114e4d6edc61988974921
parent5db80d3eeab1b27ef38f6b5b815e7ed51564ee3c
Fixing a bug in BlogView's tag_view where it would provide a QuerySet as `tag` instead of the Tag instance.
contrib/penfield/models.py