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
This commit is contained in:
Gary Wilson Jr 2008-01-28 02:51:40 +00:00
parent f780ce6176
commit fab7535806
1 changed files with 1 additions and 1 deletions

View File

@ -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
--------------