summaryrefslogtreecommitdiff
path: root/docs/custom_model_fields.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/custom_model_fields.txt')
-rw-r--r--docs/custom_model_fields.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/custom_model_fields.txt b/docs/custom_model_fields.txt
index a45e876fc6..5dec22f6e3 100644
--- a/docs/custom_model_fields.txt
+++ b/docs/custom_model_fields.txt
@@ -483,8 +483,7 @@ accepted lookup types to ``exact`` and ``in``::
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Returns the default form field to use when this field is displayed
-in a model. This method is called by the `helper functions`_
-``form_for_model()`` and ``form_for_instance()``.
+in a model.
All of the ``kwargs`` dictionary is passed directly to the form field's
``__init__()`` method. Normally, all you need to do is set up a good default