mirror of
https://github.com/Hopiu/django.git
synced 2026-05-14 18:43:10 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue