mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
Fixed #1639 -- Small typo in docs/model-api.txt. Thanks, pb
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2698 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
5bb59acfde
commit
40fee1b8f0
@ -286,7 +286,7 @@ Here are all available field types:
|
|||||||
|
|
||||||
The admin represents this as an ``<input type="file">`` (a file-upload widget).
|
The admin represents this as an ``<input type="file">`` (a file-upload widget).
|
||||||
|
|
||||||
Using a ``FileField` or an ``ImageField`` (see below) in a model takes a few
|
Using a ``FileField`` or an ``ImageField`` (see below) in a model takes a few
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
1. In your settings file, you'll need to define ``MEDIA_ROOT`` as the
|
1. In your settings file, you'll need to define ``MEDIA_ROOT`` as the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user