Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#16091 closed Cleanup/optimization (fixed)

typo in model instance 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/models/instances/#validating-objects

All three steps are performed when you call by a model’s full_clean() method.

should be

All three steps are performed when you call a model’s full_clean() method.

Attachments (1)

ref_model_doc_16091.diff (513 bytes ) - added by teraom 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: ref_model_doc_16091.diff added

comment:2 by teraom, 13 years ago

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

comment:3 by Dougal Matthews, 13 years ago

Component: Djangoproject.com Web siteDocumentation

comment:4 by Julien Phalip, 13 years ago

Triage Stage: AcceptedReady for checkin

comment:5 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