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)
commit926e20fad179f5bf6a1ddf4e2fdbc672c175a7af
treef565815be1c550a39eed2dd5ba01de4d8534cfd0
parente42f0a675873dd8f315b166095d7d08dd712488e
Use force_unicode() instead of .__unicode__().

This allows the natural_list template tag to work for unicode strings as
well, which have no __unicode__() method.
tools/templatetags/list.py