#4769: Unclear documentation in newforms
----------------------------------+-----------------------------------------
Reporter:  [EMAIL PROTECTED]  |       Owner:  jacob        
  Status:  new                    |   Component:  Documentation
 Version:  SVN                    |    Keywords:  newforms     
   Stage:  Unreviewed             |   Has_patch:  1            
----------------------------------+-----------------------------------------
 Just above this link is some unnecessarily wordy text:
 
 http://www.djangoproject.com/documentation/newforms/#as-p
 
 "Each text label is surrounded in an HTML <label> tag, which points to
 the appropriate form field via its id. Its id, in turn, is generated
 by prepending 'id_' to the field name."
 
 This is unnecessarily wordy and confusing to at least myself and another
 developer I've asked.
 
 A clearer description would be:
 
 "Each text label is surrounded in an HTML <label> tag, whose 'for'
 attribute contains the id of the appropriate form field."

-- 
Ticket URL: <http://code.djangoproject.com/ticket/4769>
Django Code <http://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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to