Opened 17 years ago
Closed 17 years ago
#9052 closed (fixed)
Managing Files doc typo
| Reported by: | KiWiB0RG | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.0 |
| Severity: | Keywords: | ||
| 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
There's a code example that says
>>> car = Car.object.get(name="57 Chevy")
when it should be
>>> car = Car.objects.get(name="57 Chevy")
Attachments (1)
Change History (4)
by , 17 years ago
| Attachment: | fixdocs.diff added |
|---|
comment:1 by , 17 years ago
| Component: | Uncategorized → Documentation |
|---|
comment:3 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
files doc fix