From 30d7e6282801607575f5c0ca8273272cff1c8aea Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 18 Oct 2005 15:59:06 +0000 Subject: [PATCH] Fixed ReST bug in docs/model-api.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@940 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 ee5f9ee723..85d2e58aca 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -249,7 +249,7 @@ Here are all available field types: The admin represents this as an ```` (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: 1. In your settings file, you'll need to define ``MEDIA_ROOT`` as the