diff --git a/docs/modelforms.txt b/docs/modelforms.txt index 3415502f24c..c8265391f5c 100644 --- a/docs/modelforms.txt +++ b/docs/modelforms.txt @@ -295,7 +295,7 @@ model fields: Overriding the default field types ---------------------------------- -The default field types, as described in the "Field types" table above, are +The default field types, as described in the `Field types`_ table above, are sensible defaults. If you have a ``DateField`` in your model, chances are you'd want that to be represented as a ``DateField`` in your form. But ``ModelForm`` gives you the flexibility of changing the form field type