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)"

Cheers
Arthur



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to