Commit fab75358 authored by Gary Wilson Jr's avatar Gary Wilson Jr
Browse files

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
parent f780ce61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
--------------