Opened 15 years ago

Closed 14 years ago

Last modified 13 years ago

#10989 closed (fixed)

Typos in formset and widget media docs

Reported by: falken@… 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)

10989.diff (1.2 KB ) - added by Ramiro Morales 15 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 by Adrian Holovaty, 15 years ago

milestone: 1.11.2

by Ramiro Morales, 15 years ago

Attachment: 10989.diff added

comment:2 by Ramiro Morales, 15 years ago

Summary: forms docs bad words ?Typos in formset and widget media docs

comment:3 by Alex Gaynor, 15 years ago

Triage Stage: UnreviewedAccepted

comment:4 by Tim Graham, 14 years ago

Triage Stage: AcceptedReady for checkin

comment:5 by Adrian Holovaty, 14 years ago

Resolution: fixed
Status: newclosed

(In [12168]) Fixed #10989 -- Fixed typos in formset and widget-media docs. Thanks, falken@… and ramiro

comment:6 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

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