Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8406 closed (fixed)

docs: incorrect model repr in interactive sessions

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

Description

There is a number of instances in the docs where the repr for model objects is incorrectly shown as ... instead of <SomeModel: ...>.

Attachments (2)

model-repr.diff (2.6 KB ) - added by arien 16 years ago.
Fixes all model repr's used in interactive session. (All I found by a visual grep, anyway)
model-repr-r8629.diff (2.6 KB ) - added by arien 16 years ago.
patch updated for documentation refactor

Download all attachments as: .zip

Change History (6)

by arien, 16 years ago

Attachment: model-repr.diff added

Fixes all model repr's used in interactive session. (All I found by a visual grep, anyway)

by arien, 16 years ago

Attachment: model-repr-r8629.diff added

patch updated for documentation refactor

comment:1 by arien, 16 years ago

milestone: 1.0

comment:2 by Jacob, 16 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Russell Keith-Magee, 16 years ago

Resolution: fixed
Status: newclosed

(In [8658]) Fixed #8406: Corrected some expected output to use repr format. Thanks to arien for the patch.

comment:4 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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