From: Matthijs Kooijman Date: Sat, 31 Jan 2009 13:19:57 +0000 (+0100) Subject: Use force_unicode() instead of .__unicode__(). X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=926e20fad179f5bf6a1ddf4e2fdbc672c175a7af;hp=926e20fad179f5bf6a1ddf4e2fdbc672c175a7af;p=matthijs%2Fprojects%2Fxerxes.git 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. ---