i have field like this:
                            body = models.TextField()
i want it only accept text without HTML code?
i used body=markdown.markdown(text,safe_mode = True), but this will
repalce HTML code with "HTML_REMOVED".

is there other way can make sure only text content? thanks!
--~--~---------~--~----~------------~-------~--~----~
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