Django

Code

Changeset 8071

Show
Ignore:
Timestamp:
07/25/08 06:21:21 (4 weeks ago)
Author:
russellm
Message:

Fixed #7951 -- Corrected typo in FAQ. Thanks to vulcan_eager for the report.

Files:

Legend:

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

    r8045 r8071  
    426426 
    427427    #. All that will be stored in your database is a path to the file 
    428        (relative to ``MEDIA_ROOT``). You'll must likely want to use the 
     428       (relative to ``MEDIA_ROOT``). You'll most likely want to use the 
    429429       convenience ``get_<fieldname>_url`` function provided by Django. For 
    430430       example, if your ``ImageField`` is called ``mug_shot``, you can get the