We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64cf4b9 commit 128151eCopy full SHA for 128151e
docs/model-api.txt
@@ -217,7 +217,7 @@ steps:
217
subdirectory of ``MEDIA_ROOT`` it should upload files.
218
219
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
+ (relative to ``MEDIA_ROOT``). You'll most likely want to use the
221
convenience ``get_<fieldname>_url`` function provided by Django. For
222
example, if your ``ImageField`` is called ``mug_shot``, you can get
223
the absolute URL to your image in a template with ``{{
0 commit comments