Opened 18 years ago
Closed 18 years ago
#5158 closed (fixed)
TextArea vs Textarea in newforms.txt
| Reported by: | 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 , 18 years ago
| Needs documentation: | set |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [5888]) Fixed #5158 -- Minor typo in newforms docs. Thanks, hayley <djangocode@…>.