Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#16090 closed Bug (fixed)

typo in cbv docs

Reported by: Paul McMillan Owned by: teraom
Component: Documentation Version: 1.3
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

http://docs.djangoproject.com/en/1.3/ref/class-based-views/#django.views.generic.edit.FormMixin.get_form_kwargs

Build the keyword arguments requried to instanciate an the form.

should be

Build the keyword arguments required to instantiate the form.

Attachments (2)

class_based_views_typo.diff (568 bytes ) - added by teraom 13 years ago.
16090.doc-typos.diff (548 bytes ) - added by Julien Phalip 13 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 by Jonas H., 13 years ago

Triage Stage: UnreviewedAccepted

by teraom, 13 years ago

Attachment: class_based_views_typo.diff added

comment:2 by teraom, 13 years ago

Has patch: set
Owner: changed from nobody to teraom
Status: newassigned

by Julien Phalip, 13 years ago

Attachment: 16090.doc-typos.diff added

comment:3 by Julien Phalip, 13 years ago

Triage Stage: AcceptedReady for checkin

The other patch was only fixing one of the three typos ;-)

comment:4 by Tim Graham, 13 years ago

Resolution: fixed
Status: assignedclosed

In [16300]:

Fixed #16090, #16091, #16114 - Typos in docs; thanks teraom.

comment:5 by Tim Graham, 13 years ago

In [16302]:

[1.3.X] Fixed #16090, #16091 - Typos in docs; thanks teraom.

Backport of r16300 from trunk.

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