#10989 closed (fixed)
Typos in formset and widget media docs
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.1-beta |
Severity: | Keywords: | formset media | |
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
/docs/topics/forms/formsets.txt line 141:
now: BaseModelFormSet
patch: BaseFormSet
(here are only non "model forms" components described yet, although its true too)
/docs/topics/forms/media.txt line 179:
now: model property
patch: media property
(or term "instance" or so??, nothing about models here)
(sorrry, tortoise-svn diff returned whole files replace, so here rather patches in text)
Attachments (1)
Change History (7)
comment:1 by , 16 years ago
milestone: | 1.1 → 1.2 |
---|
by , 15 years ago
Attachment: | 10989.diff added |
---|
comment:2 by , 15 years ago
Summary: | forms docs bad words ? → Typos in formset and widget media docs |
---|
comment:3 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:4 by , 15 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [12168]) Fixed #10989 -- Fixed typos in formset and widget-media docs. Thanks, falken@… and ramiro