Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#12512 closed (fixed)

Misspelling

Reported by: bward1 Owned by: nobody
Component: Documentation Version: 1.1
Severity: Keywords: typo
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

http://docs.djangoproject.com/en/dev/ref/models/fields/ has a typo, the word "parameter" is spelled "paramter".

Attachments (1)

12512.diff (496 bytes ) - added by Tim Graham 14 years ago.
typo

Download all attachments as: .zip

Change History (5)

by Tim Graham, 14 years ago

Attachment: 12512.diff added

typo

comment:1 by Tim Graham, 14 years ago

Has patch: set
Keywords: typo added
Triage Stage: UnreviewedReady for checkin

comment:2 by Adrian Holovaty, 14 years ago

Resolution: fixed
Status: newclosed

(In [12128]) Fixed #12512 -- Fixed typo in docs/ref/models/fields.txt. Thanks, bward1

comment:3 by jkocherhans, 14 years ago

(In [12206]) Fixed #12512. Changed ModelForm to stop performing model validation on fields that are not part of the form. Thanks, Honza Kral and Ivan Sagalaev.
This reverts some admin and test changes from [12098] and also fixes #12507, #12520, #12552 and #12553.

comment:4 by jkocherhans, 14 years ago

Doh, that should have been #12521, not #12512.

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