summaryrefslogtreecommitdiff
path: root/docs/ref/forms/fields.txt
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-06-12 08:53:36 +0200
committerClaude Paroz <claude@2xlibre.net>2014-06-12 08:58:29 +0200
commit631d0bb2da28eee753c562d3a07f248495118823 (patch)
treedb747070569fe90acc3778a91e50c8876a3b09ab /docs/ref/forms/fields.txt
parentfcd2e06ae5110fe6327128e8d170302c20077988 (diff)
[1.6.x] Fixed #22813 -- Updated Pillow URL in documentation
Backport of dfa3505ff1 from master.
Diffstat (limited to 'docs/ref/forms/fields.txt')
-rw-r--r--docs/ref/forms/fields.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt
index ef4ed729bd..f6d31f49d2 100644
--- a/docs/ref/forms/fields.txt
+++ b/docs/ref/forms/fields.txt
@@ -629,7 +629,7 @@ For each field, we describe the default widget used if you don't specify
When you use an ``ImageField`` on a form, you must also remember to
:ref:`bind the file data to the form <binding-uploaded-files>`.
-.. _Pillow: http://python-imaging.github.io/Pillow/
+.. _Pillow: http://pillow.readthedocs.org/en/latest/
.. _Python Imaging Library: http://www.pythonware.com/products/pil/
``IntegerField``