Opened 17 years ago

Closed 17 years ago

#5158 closed (fixed)

TextArea vs Textarea in newforms.txt

Reported by: hayley <djangocode@…> Owned by: Jacob
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: yes
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I assume that the Textarea widget is case sensitive, so lines 1486 and 1488 in newforms.txt need to be changed to "Textarea":

1486: comment = forms.CharField(widget=forms.TextArea)

1488: This would specify a form with a comment that uses a larger TextArea widget,

Change History (2)

comment:1 by Chris Beaven, 17 years ago

Needs documentation: set
Triage Stage: UnreviewedAccepted

comment:2 by Russell Keith-Magee, 17 years ago

Resolution: fixed
Status: newclosed

(In [5888]) Fixed #5158 -- Minor typo in newforms docs. Thanks, hayley <djangocode@…>.

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