From b24ad9a06b3954a23da1f38a5811c1714742ba3b Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Mon, 28 Jan 2008 02:56:35 +0000 Subject: [PATCH] In the modelforms docs, made the "Field types" text a link to the section. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7035 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/modelforms.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modelforms.txt b/docs/modelforms.txt index 3415502f24..c8265391f5 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