On Wed, 2008-04-16 at 21:57 -0700, Szaijan wrote:
[...]
> After installing mod_python 3.3.1, reinstalling Django 0.96 (from svn
> trunk), 

Subversion trunk isn't Django 0.96. It's Django 0.96 plus almost a
year's worth of changes.

> and reinstalling psycopg2 2.0.5.1, the quoting is all screwed
> up and my Javascript no longer functions.  What comes through now is
> the same as above, but all of the quotes are replaced with """,
> and the backslash escapes all remain.
> 
> {"success": "true",
>  "queriesJson" : "{"objects": \"
> {"objId": \"{\"pk\":1,...}\"}
> \" }"}

Because you upgraded your Django code to something much later than your
development version, you've picked up all the changes in the interim,
including the autoescaping change.

So either make sure you are using a Django 0.96.1 tarball (0.96.1 is
0.96 plus a security fix) or read the BackwardsIncompatibleChanges page
in the wiki to see all the changes that may or may not affect your code.

Regards,
Malcolm

-- 
If at first you don't succeed, destroy all evidence that you tried. 
http://www.pointy-stick.com/blog/


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