#5560: unicode lazy strings don't work on Jython
-----------------------------------------+----------------------------------
Reporter: leosoto <[EMAIL PROTECTED]> | Owner: nobody
Status: new | Component: Uncategorized
Version: SVN | Keywords: jython
Stage: Unreviewed | Has_patch: 1
-----------------------------------------+----------------------------------
The problem is that on Jython {{{__unicode__}}} lives on object (just like
{{{__str__}}} ), so
[http://code.djangoproject.com/browser/django/trunk/django/utils/functional.py#L55
assigning the __unicode__ attribute to lazy instances] don't work there.
--
Ticket URL: <http://code.djangoproject.com/ticket/5560>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---