Fixed ReST bug in docs/model-api.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@940 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-10-18 15:59:06 +00:00
parent 1bb40e75c7
commit 30d7e62828
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,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 `FieldField` 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