Ticket #10862: 10862.diff
File 10862.diff, 629 bytes (added by , 15 years ago) |
---|
-
docs/ref/models/fields.txt
631 631 image each time the model instance is saved. 632 632 633 633 In addition to the special attributes that are available for :class:`FileField`, 634 an :class:`ImageField` also has ``File.height`` and ``File.width`` attributes.635 See :ref:`topics-files`.634 an :class:`ImageField` also has :attr:`~django.core.files.File.height` and 635 :attr:`~django.core.files.File.width` attributes. 636 636 637 637 Requires the `Python Imaging Library`_. 638 638