Opened 17 years ago
Closed 17 years ago
#5892 closed (fixed)
HandField occasionally named as HandleField
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | dev |
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
The example in custom model field documentation http://www.djangoproject.com/documentation/custom_model_fields/ uses the example class HandField
. In at least two places it is incorrectly called HandleField
.
Attachments (2)
Change History (4)
by , 17 years ago
by , 17 years ago
Correct the two occurances of "Handle" that should be "Hand", now as a .diff *sigh*
comment:1 by , 17 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
The patch fixes the two places where HandField was written as HandleField.
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Correct the two occurances of "Handle" that should be "Hand".