mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Preferred usage of among/while to amongst/whilst.
This commit is contained in:
parent
25352dc019
commit
dbdc192ca3
13 changed files with 23 additions and 24 deletions
|
@ -75,9 +75,9 @@ location (:setting:`MEDIA_ROOT` if you are using the default
|
|||
|
||||
.. note::
|
||||
|
||||
Whilst :class:`~django.db.models.ImageField` non-image data attributes,
|
||||
such as ``height``, ``width``, and ``size`` are available on the instance,
|
||||
the underlying image data cannot be used without reopening the image. For
|
||||
While :class:`~django.db.models.ImageField` non-image data attributes, such
|
||||
as ``height``, ``width``, and ``size`` are available on the instance, the
|
||||
underlying image data cannot be used without reopening the image. For
|
||||
example::
|
||||
|
||||
>>> from PIL import Image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue