django-ajax-validation icon indicating copy to clipboard operation
django-ajax-validation copied to clipboard

A reusable application to preform ajax validation on django forms.

Results 12 django-ajax-validation issues
Sort by recently updated
recently updated
newest added

If multiple errors are associated with a field, they are showed togheter in a single item inside the list. This does not make sense: every field error should be inside...

The current version of the `validate` view returns `valid: True` if the form is valid or if `final_errors` is empty. This is different from past behaviour and only makes sense...