[1.7.x] Replaced an instance of PIL with Pillow in the docs.

Done in 4965a77407 on master.
This commit is contained in:
Tim Graham 2014-03-21 11:23:59 -04:00
parent caa753ffd6
commit 563d6a6bba
1 changed files with 2 additions and 2 deletions

View File

@ -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