From b5c5e4dde496140a345da282099d5a37dfe6cee6 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 15 Apr 2006 20:19:40 +0000 Subject: [PATCH] magic-removal: Merged to [2703] git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2704 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/model-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/model-api.txt b/docs/model-api.txt index c982db4025..1a67e6181b 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 ```` (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