Hi, I wonder what's the preferred way/best practice for sanitizing user input. Most fields of my models are not allowed to contain HTML tags or javascript. I could use the striptags filter inside my templates but I feel more like sanitizing it before entering the database. I could use the django.utils.html.strip_tags function inside the save function of my models, but it seems foolish to me to add this kind of sanitizing for allmost all of my fields (not DRY).
Cheers, Rudolph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---