Kaydet (Commit) dfa3505f authored tarafından Claude Paroz's avatar Claude Paroz

Fixed #22813 -- Updated Pillow URL in documentation

üst 43372fc7
...@@ -649,7 +649,7 @@ For each field, we describe the default widget used if you don't specify ...@@ -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 When you use an ``ImageField`` on a form, you must also remember to
:ref:`bind the file data to the form <binding-uploaded-files>`. :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`` ``IntegerField``
~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~
......
...@@ -842,7 +842,7 @@ optional arguments: ...@@ -842,7 +842,7 @@ optional arguments:
Requires the `Pillow`_ library. 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)`` By default, :class:`ImageField` instances are created as ``varchar(100)``
columns in your database. As with other fields, you can change the maximum columns in your database. As with other fields, you can change the maximum
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment