Entries published on November 11, 2007
comment_utils 0.3
Since it’s Sunday and nobody’s reading right now, I’ll sneak in a release announcement instead of a pure “Django tip”: I’ve just released version 0.3 of comment_utils.
I’ve been running it for a little while, and it seems to be fine; if you run into any problems, please file a bug report.
Fixes and tweaks
Two big changes in this version are Unicode support and accommodations for a new method of template variable resolution.
As I wrote yesterday, Django’s Unicode merge means that anything which talks to external web-based APIs needs to account for the fact that you …