mirror of
https://github.com/django/django.git
synced 2025-10-17 05:47:44 +00:00
parent
6d1ae5e27c
commit
4965a77407
15 changed files with 48 additions and 211 deletions
|
@ -841,9 +841,9 @@ optional arguments:
|
|||
Name of a model field which will be auto-populated with the width of the
|
||||
image each time the model instance is saved.
|
||||
|
||||
Requires the `Python Imaging Library`_.
|
||||
Requires the `Pillow`_ library.
|
||||
|
||||
.. _Python Imaging Library: http://www.pythonware.com/products/pil/
|
||||
.. _Pillow: http://python-imaging.github.io/Pillow/
|
||||
|
||||
By default, :class:`ImageField` instances are created as ``varchar(100)``
|
||||
columns in your database. As with other fields, you can change the maximum
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue