mirror of https://github.com/django/django.git
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:
parent
f780ce6176
commit
fab7535806
|
@ -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
|
||||
--------------
|
||||
|
|
Loading…
Reference in New Issue