diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2008-01-28 02:51:40 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2008-01-28 02:51:40 +0000 |
| commit | fab753580608fb57800125c720f6b8fd1b8f4f1a (patch) | |
| tree | b891fa90395c323d98c95cdbe4237f650cce36dd /docs | |
| parent | f780ce61765558110bbfe2adc2b73803e1f76b41 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modelforms.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 -------------- |
