diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index d53cbead21..e49aca431f 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -653,8 +653,8 @@ image. Has two extra optional arguments: image each time the model instance is saved. In addition to the special attributes that are available for :class:`FileField`, -an :class:`ImageField` also has ``File.height`` and ``File.width`` attributes. -See :ref:`topics-files`. +an :class:`ImageField` also has :attr:`~django.core.files.File.height` and +:attr:`~django.core.files.File.width` attributes. Requires the `Python Imaging Library`_.