From 631d0bb2da28eee753c562d3a07f248495118823 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Thu, 12 Jun 2014 08:53:36 +0200 Subject: [PATCH] [1.6.x] Fixed #22813 -- Updated Pillow URL in documentation Backport of dfa3505ff1 from master. --- docs/ref/forms/fields.txt | 2 +- docs/ref/models/fields.txt | 2 +- 2 files changed, 2 insertions(+), 2 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 `. -.. _Pillow: http://python-imaging.github.io/Pillow/ +.. _Pillow: http://pillow.readthedocs.org/en/latest/ .. _Python Imaging Library: http://www.pythonware.com/products/pil/ ``IntegerField`` diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index 58ff0acbda..d70f6c7e8f 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -826,7 +826,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