diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2005-07-20 21:41:43 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2005-07-20 21:41:43 +0000 |
| commit | d9656947db8f4c89546031cd49fe198bcef7a7cd (patch) | |
| tree | 04004472ab75ad3c39f249e83ae184ec15ec4814 | |
| parent | 65bed3241d2e5546841f2c370449d67426022a27 (diff) | |
Fixed #123 -- thanks jay!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@255 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/model-api.txt | 2 |
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. |
