Good morning!

I migrate some of my applications to newforms-admin, I like it a lot,
but I miss the allow_tags feature. I think allow_tags will not be
ported, is it? So I try to work with autoescape, I marked my html
string as safe with django.utils.safestring.mark_safe function, I try
to define the function attribute is_safe to True, even the allow_tags
to True, none of this works.

What is the sugested approach to return html strings on functions used
on admin interface?
Best regards,

-- 
Michel Thadeu Sabchuk
Curitiba - Brasil

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