It would be really nice to have validation that occurs on the client
during input. Not to reduce the load on the server, but to make the
feedback to the user much more immediate.

I know this can be done with any of the many JavaScript libraries, and
I'm using MochiKit to do this now, but it'd be a lot easier and result
in less repetition if Django could automatically create fields that did
client-side validation.

When I have time, I'll look into doing this on my own by possibly
creating Field or Widget subclasses.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to [email protected]
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