On Mon, 2007-08-20 at 17:27 +0000, arthur debert wrote: > Hi Rob. > > After the unicode branch merge django expects and produces unicodes > objects throughout. > > A detail how to port guide is here: > http://code.djangoproject.com/wiki/UnicodeBranch#PortingApplicationsTheQuickChecklist > > In this specific case, you can call "lower" directly on your unicode > object: > "cur_month.lower()" instead of "str.lower(cur_month)"
You should also read unicode.txt in the source distribution (online at http://www.djangoproject.com/documentation/unicode/ although it's not yet linked off the main documentation page). Regards, Malcolm -- Plan to be spontaneous - tomorrow. http://www.pointy-stick.com/blog/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---