On Sat, Oct 18, 2008 at 10:25 PM, Gmail <[EMAIL PROTECTED]> wrote:

> for some reasons ,i put some html fragment if the db and then render them
> in the template.
> but when i update to django 1.0,
> what i get in the rendered html are esceped.
> in django 1.0
>

When migrating code from 0.96 to 1.0, it really helps if you read the
porting guide so that you know what sorts of things you need to adjust in
your code.  For autoescape, take a look at:

http://docs.djangoproject.com/en/dev/releases/1.0-porting-guide/#learn-to-love-autoescaping

But really, you should read the whole thing so as not to be continually
surprised by things that changed from 0.96 to 1.0.

Karen

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