#2335: Admin area doesn't work at win32 python2.4.3 when followed instructions
from Tutorial part 2. code revision 3336 (HEAD for now)
--------------------------------------------+-------------------------------
Reporter: [EMAIL PROTECTED] | Owner: adrian
Status: closed | Component: Admin
interface
Version: SVN | Resolution: invalid
Keywords: | Stage: Unreviewed
Has_patch: 0 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
--------------------------------------------+-------------------------------
Comment (by anonymous):
closed, reopened, invalid, whatever. just an anonymous comment regarding
the error:
mysql driver has some strange habit of returning byte arrays as
array.array, causing lots of different headaches in various places.
patching the mysql driver to return str (as django seems to expext,
possibly utf8 encoded) fixes all of that.
--
Ticket URL: <http://code.djangoproject.com/ticket/2335#comment:5>
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
-~----------~----~----~----~------~----~------~--~---