#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)
Change History (6)
by , 17 years ago
| Attachment: | model-repr.diff added |
|---|
comment:1 by , 17 years ago
| milestone: | → 1.0 |
|---|
comment:2 by , 17 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:3 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixes all model repr's used in interactive session. (All I found by a visual grep, anyway)