diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-08-05 15:35:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-05 10:35:50 -0300 |
| commit | 304d25667433a59409e334a93acaaa9201840508 (patch) | |
| tree | e327a09a1a7cce24b10e402ff656031bb5cce782 /docs/ref/forms/fields.txt | |
| parent | 7f8d839722b72aeb3ec5a4278ae57c18283acacd (diff) | |
Used :pypi: role in docs where appropriate.
Diffstat (limited to 'docs/ref/forms/fields.txt')
| -rw-r--r-- | docs/ref/forms/fields.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 2ae4fe2be6..ac1df1bd86 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -801,11 +801,11 @@ For each field, we describe the default widget used if you don't specify * Error message keys: ``required``, ``invalid``, ``missing``, ``empty``, ``invalid_image`` - Using an ``ImageField`` requires that `Pillow`_ is installed with support - for the image formats you use. If you encounter a ``corrupt image`` error - when you upload an image, it usually means that Pillow doesn't understand - its format. To fix this, install the appropriate library and reinstall - Pillow. + Using an ``ImageField`` requires that :pypi:`pillow` is installed with + support for the image formats you use. If you encounter a ``corrupt image`` + error when you upload an image, it usually means that Pillow doesn't + understand its format. To fix this, install the appropriate library and + reinstall Pillow. When you use an ``ImageField`` on a form, you must also remember to :ref:`bind the file data to the form <binding-uploaded-files>`. @@ -851,7 +851,6 @@ For each field, we describe the default widget used if you don't specify image's content type if Pillow can determine it, otherwise it will be set to ``None``. -.. _Pillow: https://pillow.readthedocs.io/en/latest/ .. _Image: https://pillow.readthedocs.io/en/latest/reference/Image.html ``IntegerField`` |
