#27387: Rendering "required" as HTML attribute is not documented
--------------------------------------+--------------------
     Reporter:  karyon                |      Owner:  nobody
         Type:  Cleanup/optimization  |     Status:  new
    Component:  Forms                 |    Version:  1.10
     Severity:  Normal                |   Keywords:
 Triage Stage:  Unreviewed            |  Has patch:  0
Easy pickings:  0                     |      UI/UX:  0
--------------------------------------+--------------------
 https://docs.djangoproject.com/en/1.10/releases/1.10/#forms says

 {{{
 Required form fields now have the required HTML attribute. Set the new
 Form.use_required_attribute attribute to False to disable it. The required
 attribute isn’t included on forms of formsets because the browser
 validation may not be correct when adding and deleting formsets.
 }}}
 i would expect all of that (it's rendered, can be disabled, isn't rendered
 in formsets) to appear somewhere around
 https://docs.djangoproject.com/el/1.10/ref/forms/fields/#required, but it
 does not.

--
Ticket URL: <https://code.djangoproject.com/ticket/27387>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/049.517ca8c3b638953e3a55761dba3bf708%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to