From dfa3505ff1edf8453645592f1ffc39be81927935 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Thu, 12 Jun 2014 08:53:36 +0200 Subject: Fixed #22813 -- Updated Pillow URL in documentation --- docs/ref/models/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/models') 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 -- cgit v1.3