Opened 16 years ago
Closed 16 years ago
#9734 closed (fixed)
typo in docs
Reported by: | col16 | 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
http://docs.djangoproject.com/en/dev/howto/custom-model-fields/#our-example-object
"Don’t worry, you don’t know how to play Bridge to follow this example" should be, "Don’t worry, you don’t have to know how to play Bridge to follow this example"
Attachments (1)
Change History (3)
comment:1 by , 16 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
by , 16 years ago
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [9557]) Fixed #9734 -- Typo fix in the custom fields documentation, pointed out by
col16.