#8554: Comment object_pk isn't correctly cast to text for lookups
----------------------------------------------+-----------------------------
Reporter: apollo13 | Owner: nobody
Status: new | Milestone: 1.0
Component: django.contrib.comments | Version: SVN
Resolution: | Keywords:
Stage: Accepted | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
----------------------------------------------+-----------------------------
Comment (by mtredinnick):
That fix looks like it should be roughly correct, although it should use
`smart_unicode()` or `smart_str()`. It will currently break with non-ASCII
data.
The problem, btw, is actually only caused by PostgreSQL 8.3, which has
stopped auto-casting types. The error is coming from the database layer.
--
Ticket URL: <http://code.djangoproject.com/ticket/8554#comment:10>
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
-~----------~----~----~----~------~----~------~--~---