Incorrect capitalisation of web in Widget documentation
http://docs.djangoproject.com/en/dev/ref/forms/widgets/#customizing-widget-instances - last paragraph before Widget.attrs:
"On a real web page, you probably don't want every widget to look the same. You might want a larger input element for the comment, and you might want the 'name' widget to have some special CSS class. To do this, you use the attrs argument when creating the widget:"
Should be:
"On a real Web page, you probably don't want every widget to look the same. You might want a larger input element for the comment, and you might want the 'name' widget to have some special CSS class. To do this, you use the attrs argument when creating the widget:"
I'd suggest doing a case sensitive 'find all' for 'web' through the documentation. This change should be applied to bring the documentation in line with http://docs.djangoproject.com/en/dev/internals/contributing/#commonly-used-terms
Change History
(10)
Triage Stage: |
Unreviewed → Accepted
|
Owner: |
changed from nobody to Derek Willis
|
Status: |
new → assigned
|
Has patch: |
set
|
Version: |
1.0 → SVN
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
There's no way on earth that this should be a blocker for 1.0.3.