Django

Code

Changeset 940

Show
Ignore:
Timestamp:
10/18/05 10:59:06 (3 years ago)
Author:
adrian
Message:

Fixed ReST bug in docs/model-api.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/model-api.txt

    r887 r940  
    250250    The admin represents this as an ``<input type="file">`` (a file-upload widget). 
    251251 
    252     Using a `FieldField` or an ``ImageField`` (see below) in a model takes a few 
     252    Using a ``FileField` or an ``ImageField`` (see below) in a model takes a few 
    253253    steps: 
    254254