#17637: Client side validation classes for forms --------------------------+------------------------------------------------ Reporter: | Owner: nobody karthikabinav | Status: new Type: New | Version: 1.3 feature | Keywords: Forms , Client Side validation, js Component: Forms | Has patch: 0 Severity: Normal | UI/UX: 1 Triage Stage: | Unreviewed | Easy pickings: 0 | --------------------------+------------------------------------------------ Having client side javascript validation for forms having common fields like username having only alphanumerics or password and Confirm password fields matching by providing a validation class.
For example a user should be able to do something like : forms.TextField(validators ="usernameValidation") And automatically a javascript validation for this form field should be in place. One way to do it could be using HTML5 attributes like ticket #16304. -- Ticket URL: <https://code.djangoproject.com/ticket/17637> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.