Django

Code

Changeset 7034

Show
Ignore:
Timestamp:
01/27/08 20:51:40 (1 year ago)
Author:
gwilson
Message:

In the modelforms docs, made the "Overriding the default field types" text a link to the section.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/modelforms.txt

    r6944 r7034  
    114114 
    115115Finally, note that you can override the form field used for a given model 
    116 field. See "Overriding the default field types" below. 
     116field. See `Overriding the default field types`_ below. 
    117117 
    118118A full example