Use force_unicode() instead of .__unicode__().
authorMatthijs Kooijman <matthijs@stdin.nl>
Sat, 31 Jan 2009 13:19:57 +0000 (14:19 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Sat, 31 Jan 2009 13:19:57 +0000 (14:19 +0100)
This allows the natural_list template tag to work for unicode strings as
well, which have no __unicode__() method.


No differences found