summaryrefslogtreecommitdiff
path: root/docs
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:53:36 +0200
commitdfa3505ff1edf8453645592f1ffc39be81927935 (patch)
tree3771b9d7e54948c8c6fe6e857492efa025fd20c9 /docs
parent43372fc7aa50b52487f29fffdea3c597a0e8117f (diff)
Fixed #22813 -- Updated Pillow URL in documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/forms/fields.txt2
-rw-r--r--docs/ref/models/fields.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt
index e9d877b222..a886536597 100644
--- a/docs/ref/forms/fields.txt
+++ b/docs/ref/forms/fields.txt
@@ -649,7 +649,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/
``IntegerField``
~~~~~~~~~~~~~~~~
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt
index 41dca84bb4..afdc348685 100644
--- a/docs/ref/models/fields.txt
+++ b/docs/ref/models/fields.txt
@@ -842,7 +842,7 @@ optional arguments:
Requires the `Pillow`_ library.
-.. _Pillow: http://python-imaging.github.io/Pillow/
+.. _Pillow: http://pillow.readthedocs.org/en/latest/
By default, :class:`ImageField` instances are created as ``varchar(100)``
columns in your database. As with other fields, you can change the maximum