Opened 15 years ago

Closed 13 years ago

Last modified 13 years ago

#11509 closed (fixed)

Incorrect capitalisation of web in Widget documentation

Reported by: Bradley Ayers Owned by: Derek Willis
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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

Attachments (3)

11509.diff (32.9 KB ) - added by Derek Willis 13 years ago.
11509.2.diff (32.9 KB ) - added by Tim Graham 13 years ago.
update to apply cleanly to trunk
11509.3.diff (47.2 KB ) - added by Simon Meers 13 years ago.
More thorough patch

Download all attachments as: .zip

Change History (10)

comment:1 by James Bennett, 15 years ago

milestone: 1.0.3

There's no way on earth that this should be a blocker for 1.0.3.

comment:2 by Alex Gaynor, 15 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Derek Willis, 13 years ago

Owner: changed from nobody to Derek Willis
Status: newassigned

by Derek Willis, 13 years ago

Attachment: 11509.diff added

comment:4 by Derek Willis, 13 years ago

Has patch: set
Version: 1.0SVN

by Tim Graham, 13 years ago

Attachment: 11509.2.diff added

update to apply cleanly to trunk

comment:5 by Tim Graham, 13 years ago

Triage Stage: AcceptedReady for checkin

by Simon Meers, 13 years ago

Attachment: 11509.3.diff added

More thorough patch

comment:6 by Russell Keith-Magee, 13 years ago

Resolution: fixed
Status: assignedclosed

(In [14069]) Fixed #11509 -- Modified usage of "Web" to match our style guide in various documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch.

comment:7 by Russell Keith-Magee, 13 years ago

(In [14072]) [1.2.X] Fixed #11509 -- Modified usage of "Web" to match our style guide in various documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch

Backport of r14069 from trunk.

Note: See TracTickets for help on using tickets.
Back to Top