Fixed #123 -- thanks jay!

git-svn-id: http://code.djangoproject.com/svn/django/trunk@255 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2005-07-20 21:41:43 +00:00
parent 65bed3241d
commit d9656947db
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ Field Types
.. _`Database API reference`: http://www.djangoproject.com/documentation/db_api/ .. _`Database API reference`: http://www.djangoproject.com/documentation/db_api/
``ImageField`` ``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`` 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. which, if set, will be auto-populated with the height and width of the image.