Re: Feature Request: Client side validation classes for forms

2012-02-08 Thread Karthik Abinav
On 7 February 2012 10:01, Tai Lee wrote: > I found that Alex's `django-ajax-validation` works pretty well for > this and I think it works the way you described. Perhaps it could be > updated and included into Django core, if there is good support for > it. > > https://github.com/alex/django-ajax-

Re: Feature Request: Client side validation classes for forms

2012-02-08 Thread Stephen Burrows
The problem I've run into with client-side validation of django projects is: 1) If you can't replicate every piece of validation the server does, the user experience will be inconsistent, which is bad. 2) You can't replicate every piece of validation the server does. Simple example: uniqueness che