#4796: force_unicode error
-------------------------------------------------+--------------------------
Reporter: [EMAIL PROTECTED] | Owner:
Status: reopened | Component: Core
framework
Version: SVN | Resolution:
Keywords: fcgi unicode __proxy__ databrowse | Stage:
Accepted
Has_patch: 1 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
-------------------------------------------------+--------------------------
Changes (by [EMAIL PROTECTED]):
* status: closed => reopened
* resolution: fixed =>
Comment:
I can confirm that this problem is still present in the newforms-admin
branch rev 6453. Adding a try block around the offending s = unicode(s)
and re-executing s = unicode(s) upon exception fixes it, in accordance
with Jeffs explanation of it being "de-proxied" when accessed the first
time.
I'm using apache2.2.3 and mod_proxy 3.2.10-3ub on Ubuntu.
--
Ticket URL: <http://code.djangoproject.com/ticket/4796#comment:33>
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
-~----------~----~----~----~------~----~------~--~---