Django

Code

Ticket #5892 (closed: fixed)

Opened 10 months ago

Last modified 10 months ago

HandField occasionally named as HandleField

Reported by: ars@iki.fi Assigned to: nobody
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

5892.txt (0.6 kB) - added by arien <regexbot@gmail.com> on 11/11/07 08:51:36.
Correct the two occurances of "Handle" that should be "Hand".
5892.diff (0.6 kB) - added by arien <regexbot@gmail.com> on 11/11/07 08:52:31.
Correct the two occurances of "Handle" that should be "Hand", now as a .diff *sigh*

Change History

11/11/07 08:51:36 changed by arien <regexbot@gmail.com>

  • attachment 5892.txt added.

Correct the two occurances of "Handle" that should be "Hand".

11/11/07 08:52:31 changed by arien <regexbot@gmail.com>

  • attachment 5892.diff added.

Correct the two occurances of "Handle" that should be "Hand", now as a .diff *sigh*

11/11/07 08:54:14 changed by arien <regexbot@gmail.com>

  • needs_better_patch changed.
  • has_patch set to 1.
  • stage changed from Unreviewed to Ready for checkin.
  • needs_tests changed.
  • needs_docs changed.

The patch fixes the two places where HandField was written as HandleField.

11/15/07 03:21:37 changed by mtredinnick

  • status changed from new to closed.
  • resolution set to fixed.

(In [6677]) Fixed #5892, #5930 -- Fixed some typos pointed out by ars@iki.fi and nickl.


Add/Change #5892 (HandField occasionally named as HandleField)




Change Properties
Action