Django

Code

Ticket #5158 (closed: fixed)

Opened 1 year ago

Last modified 1 year ago

TextArea vs Textarea in newforms.txt

Reported by: hayley <djangocode@vortex.cx> Assigned to: jacob
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Accepted
Has patch: 0 Needs documentation: 1
Needs tests: 0 Patch needs improvement: 0

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,

Attachments

Change History

08/14/07 18:16:33 changed by SmileyChris

  • needs_better_patch changed.
  • stage changed from Unreviewed to Accepted.
  • needs_tests changed.
  • needs_docs set to 1.

08/14/07 19:19:54 changed by russellm

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #5158 (TextArea vs Textarea in newforms.txt)




Change Properties
Action