From fab753580608fb57800125c720f6b8fd1b8f4f1a Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Mon, 28 Jan 2008 02:51:40 +0000 Subject: [PATCH] In the modelforms docs, made the "Overriding the default field types" text a link to the section. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7034 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 0136540bed..3415502f24 100644 --- a/docs/modelforms.txt +++ b/docs/modelforms.txt @@ -113,7 +113,7 @@ In addition, each generated form field has attributes set as follows: ``default`` value will be initially selected instead). Finally, note that you can override the form field used for a given model -field. See "Overriding the default field types" below. +field. See `Overriding the default field types`_ below. A full example --------------