diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-04-14 14:17:56 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-04-14 14:17:56 +0000 |
| commit | 40fee1b8f0aa5cab8d2e864465c0488cf8102c64 (patch) | |
| tree | 1b42feaec469b928f4bced22c1a71f1ad3df8c6c /docs/model-api.txt | |
| parent | 5bb59acfde756c49ff2fac83711cf6d3d225ece5 (diff) | |
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
Diffstat (limited to 'docs/model-api.txt')
| -rw-r--r-- | docs/model-api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt index 07a70c746b..5d61d5ba7e 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -286,7 +286,7 @@ Here are all available field types: 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: 1. In your settings file, you'll need to define ``MEDIA_ROOT`` as the |
