Re: Response JSON Quoting

2008-04-17 Thread Darryl Ross
Szaijan wrote: Thanks Justin. Yes, I'm certain. And my previous install was also some variety of 0.96, though I downloaded that one manually. What was the complete SVN URL you used? You can get it with 'svn info' in the directory you checked out the Django code to. Regards Darryl signat

Re: Response JSON Quoting

2008-04-16 Thread Szaijan
Thanks Justin. Yes, I'm certain. And my previous install was also some variety of 0.96, though I downloaded that one manually. In any case, the " escape outputs to screen just fine, but I get a parse error any time I try to use it in my javascript. It would be nice if there was a built in 'une

Re: Response JSON Quoting

2008-04-16 Thread Malcolm Tredinnick
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

Re: Response JSON Quoting

2008-04-16 Thread Justin Bronn
> After installing mod_python 3.3.1, reinstalling Django 0.96 (from svn > trunk), and reinstalling psycopg2 2.0.5.1, the quoting is all screwed > up and my Javascript no longer functions. Are you sure pulled 0.96 from the svn? Auto-escaping has been in trunk for 5 months now (r6671). -Justin --