diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-06-12 08:53:36 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-06-12 08:56:29 +0200 |
| commit | 1c0e6e9d9f97d4183d1a696911613f1730e9a887 (patch) | |
| tree | a88daf6bf0f529f45bbc055113cbb28b55f2b4a0 | |
| parent | c6725d69a2b7f00653886f0aeae301b7ce0baf69 (diff) | |
[1.7.x] Fixed #22813 -- Updated Pillow URL in documentation
Backport of dfa3505ff1 from master.
| -rw-r--r-- | docs/ref/forms/fields.txt | 2 | ||||
| -rw-r--r-- | 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 975b77ef29..cac1d752b0 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -633,7 +633,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`` diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index ed53b49e86..b7acc6247a 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -843,7 +843,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 |
