Changes between Initial Version and Version 1 of Ticket #17637


Ignore:
Timestamp:
Feb 4, 2012, 4:36:46 PM (12 years ago)
Author:
Łukasz Rekucki
Comment:

Per discussion on django-developers, I think we can accept this on principal (not the patch itself, as it doesn't have tests or docs). IMHO, best approach would be to use HTML5 features + provide some simple JavaScript fall back for not widely supported features.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17637

    • Property Patch needs improvement set
    • Property Needs documentation set
    • Property Needs tests set
  • Ticket #17637 – Description

    initial v1  
    33For example a user should be able to do something like :
    44
     5{{{
    56forms.TextField(validators ="usernameValidation")
     7}}}
    68
    7  And automatically a javascript validation for this form field should be in place.
     9And automatically a javascript validation for this form field should be in place.
    810
    911One way to do it could be using HTML5 attributes like ticket #16304.
Back to Top