Index: docs/custom_model_fields.txt =================================================================== --- docs/custom_model_fields.txt (revision 6668) +++ docs/custom_model_fields.txt (working copy) @@ -233,9 +233,9 @@ metaclass. This ensures that the ``to_python()`` method, documented below_, will always be called when the attribute is initialised. -Our ``HandleField`` class now looks like this:: +Our ``HandField`` class now looks like this:: - class HandleField(models.Field): + class HandField(models.Field): __metaclass__ = models.SubfieldBase def __init__(self, *args, **kwargs):