summaryrefslogtreecommitdiff
path: root/docs/howto/custom-model-fields.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/howto/custom-model-fields.txt')
-rw-r--r--docs/howto/custom-model-fields.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/custom-model-fields.txt b/docs/howto/custom-model-fields.txt
index d67396d683..7dbbf93d1f 100644
--- a/docs/howto/custom-model-fields.txt
+++ b/docs/howto/custom-model-fields.txt
@@ -281,7 +281,7 @@ custom form field, and/or implementing the :meth:`formfield` method on
your field to return a form field class whose `to_python()` returns the
correct datatype.
-Documenting your Custom Field
+Documenting your custom field
-----------------------------
.. class:: django.db.models.Field