On 1/16/07, johnny <[EMAIL PROTECTED]> wrote:
Django support only server side validation.  Dose it support validation
on Client Side? I would like to push it on client, to keep my server
load light.

You could use any of the many freely-available quality JavaScript
toolkits to do this.

However... moving validation from the server side to the client side
means you have no security whatsoever; turning off JavaScript in the
browser is all that's needed to bypass any client-side validation you
impose.

--
"May the forces of evil become confused on the way to your house."
 -- George Carlin

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