Преглед изворни кода

Updated the "Built-in Field classes" section reference to a link.

antoliny0919 пре 4 месеци
родитељ
комит
8864125d1f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/ref/forms/api.txt

+ 1 - 1
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
 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
 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
 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
 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
 their name) or for the form as a whole (considering combinations of various