diff options
| author | antoliny0919 <antoliny0919@gmail.com> | 2024-10-31 07:49:24 +0900 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-10-31 11:57:25 +0100 |
| commit | 8864125d1f423ee94c2bb1cc36ea998619d47c3f (patch) | |
| tree | 01db67debe27f64014b1922090faeb44e6ac547c /docs/ref/forms/api.txt | |
| parent | 2c029c718f45341cdd43ee094c24488743c633e6 (diff) | |
Updated the "Built-in Field classes" section reference to a link.
Diffstat (limited to 'docs/ref/forms/api.txt')
| -rw-r--r-- | docs/ref/forms/api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/api.txt b/docs/ref/forms/api.txt index a43ffff11d..9ce16ff2ab 100644 --- a/docs/ref/forms/api.txt +++ b/docs/ref/forms/api.txt @@ -511,7 +511,7 @@ empty string, because ``nick_name`` is ``CharField``, and ``CharField``\s treat empty values as an empty string. Each field type knows what its "blank" value is -- e.g., for ``DateField``, it's ``None`` instead of the empty string. For full details on each field's behavior in this case, see the "Empty value" note -for each field in the "Built-in ``Field`` classes" section below. +for each field in the :ref:`built-in-fields` section below. You can write code to perform validation for particular form fields (based on their name) or for the form as a whole (considering combinations of various |
