summaryrefslogtreecommitdiff
path: root/docs/model-api.txt
diff options
context:
space:
mode:
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 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.