Django

Code

Changeset 2704

Show
Ignore:
Timestamp:
04/15/06 15:19:40 (3 years ago)
Author:
adrian
Message:

magic-removal: Merged to [2703]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/magic-removal/docs/model-api.txt

    r2697 r2704  
    287287    The admin represents this as an ``<input type="file">`` (a file-upload widget). 
    288288 
    289     Using a ``FileField` or an ``ImageField`` (see below) in a model takes a few 
     289    Using a ``FileField`` or an ``ImageField`` (see below) in a model takes a few 
    290290    steps: 
    291291