summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2005-07-20 21:41:43 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2005-07-20 21:41:43 +0000
commitd9656947db8f4c89546031cd49fe198bcef7a7cd (patch)
tree04004472ab75ad3c39f249e83ae184ec15ec4814 /docs
parent65bed3241d2e5546841f2c370449d67426022a27 (diff)
Fixed #123 -- thanks jay!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@255 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-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 f605f77756..0011414eed 100644
--- a/docs/model-api.txt
+++ b/docs/model-api.txt
@@ -429,7 +429,7 @@ Field Types
.. _`Database API reference`: http://www.djangoproject.com/documentation/db_api/
``ImageField``
- Like a ``FieldField``, but validates that the uploaded object is a valid
+ Like a ``FileField``, but validates that the uploaded object is a valid
image. Has two extra optional arguments, ``height_field`` and ``width_field``
which, if set, will be auto-populated with the height and width of the image.