Fixed #630 -- Fixed formatting error in docs/model-api.txt. Thanks, ken@kenkinder.com

git-svn-id: http://code.djangoproject.com/svn/django/trunk@887 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-10-16 19:42:16 +00:00
parent a2e26150b7
commit f1ecfe991d
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ Here are all available field types:
Using a `FieldField` 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
1. In your settings file, you'll need to define ``MEDIA_ROOT`` as the
full path to a directory where you'd like Django to store uploaded
files. (For performance, these files are not stored in the database.)
Define ``MEDIA_URL`` as the base public URL of that directory. Make