Skip to content

Commit 128151e

Browse files
Fixed typo in docs/model-api.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3620 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 64cf4b9 commit 128151e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/model-api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ steps:
217217
subdirectory of ``MEDIA_ROOT`` it should upload files.
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
223223
the absolute URL to your image in a template with ``{{

0 commit comments

Comments
 (0)