From d9656947db8f4c89546031cd49fe198bcef7a7cd Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Wed, 20 Jul 2005 21:41:43 +0000 Subject: [PATCH] Fixed #123 -- thanks jay! git-svn-id: http://code.djangoproject.com/svn/django/trunk@255 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 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.