Django

Code

Changeset 3620

Show
Ignore:
Timestamp:
08/20/06 00:32:20 (2 years ago)
Author:
adrian
Message:

Fixed typo in docs/model-api.txt

Files:

Legend:

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

    r3601 r3620  
    218218 
    219219    3. All that will be stored in your database is a path to the file 
    220        (relative to ``MEDIA_ROOT``). You'll must likely want to use the 
     220       (relative to ``MEDIA_ROOT``). You'll most likely want to use the 
    221221       convenience ``get_<fieldname>_url`` function provided by Django. For 
    222222       example, if your ``ImageField`` is called ``mug_shot``, you can get