Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#9412 closed (fixed)

typo in custom model fields docs

Reported by: Carl Meyer Owned by: nobody
Component: Documentation Version: 1.0
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

There is a misplaced backtick on line 440 of docs/howto/custom-model-fields.txt that causes a class reference to fail.

Attachments (2)

9412_r9240.diff (648 bytes ) - added by Carl Meyer 16 years ago.
patch
9412_r9240_2.diff (1.1 KB ) - added by Carl Meyer 16 years ago.
fix another typo as well (doubled backticks on line 572)

Download all attachments as: .zip

Change History (4)

by Carl Meyer, 16 years ago

Attachment: 9412_r9240.diff added

patch

by Carl Meyer, 16 years ago

Attachment: 9412_r9240_2.diff added

fix another typo as well (doubled backticks on line 572)

comment:1 by Karen Tracey, 16 years ago

Resolution: fixed
Status: newclosed

(In [9314]) Fixed #9412 -- Corrected a couple of typos in the custom model field doc. Thanks carljm.

comment:2 by Karen Tracey, 16 years ago

(In [9315]) [1.0.X] Fixed #9412 -- Corrected a couple of typos in the custom model field doc. Thanks carljm.

[9314] from trunk.

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