summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-03-21 11:23:59 -0400
committerTim Graham <timograham@gmail.com>2014-03-21 11:25:18 -0400
commit0726482c9d77195946a67bad533a5a95a4a1086b (patch)
treeb9b621a735d5f598ee435f99ea94ba67d575bd88 /docs
parenta01daaf2319ecb2361cc3ecbe872c4fb7fc4817f (diff)
[1.6.x] Replaced an instance of PIL with Pillow in the docs.
Backport of 563d6a6bba from stable/1.7.x
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/models/fields.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt
index 5a4241d7d3..b07b5b1701 100644
--- a/docs/ref/models/fields.txt
+++ b/docs/ref/models/fields.txt
@@ -824,9 +824,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