summaryrefslogtreecommitdiff
path: root/docs/model-api.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-10-18 15:59:06 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-10-18 15:59:06 +0000
commit30d7e6282801607575f5c0ca8273272cff1c8aea (patch)
treed74b101bfa31cd260e5c7f998f24f59203880530 /docs/model-api.txt
parent1bb40e75c7051f4e3cad60e7ddb5c683529e88c2 (diff)
Fixed ReST bug in docs/model-api.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@940 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/model-api.txt')
-rw-r--r--docs/model-api.txt2
1 files changed, 1 insertions, 1 deletions
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 ``<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:
1. In your settings file, you'll need to define ``MEDIA_ROOT`` as the