mirror of
https://github.com/django/django.git
synced 2025-03-26 01:00:46 +00:00
[1.6.x] Replaced an instance of PIL with Pillow in the docs.
Backport of 563d6a6bba from stable/1.7.x
This commit is contained in:
parent
a01daaf231
commit
0726482c9d
@ -824,9 +824,9 @@ optional arguments:
|
|||||||
Name of a model field which will be auto-populated with the width of the
|
Name of a model field which will be auto-populated with the width of the
|
||||||
image each time the model instance is saved.
|
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)``
|
By default, :class:`ImageField` instances are created as ``varchar(100)``
|
||||||
columns in your database. As with other fields, you can change the maximum
|
columns in your database. As with other fields, you can change the maximum
|
||||||
|
Loading…
x
Reference in New Issue
Block a user