瀏覽代碼

Refs #11390 -- Clarified dual-calling of ChoiceField.choices callable.

Carlton Gibson 4 年之前
父節點
當前提交
0bf627f0b2
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/ref/forms/fields.txt

+ 2 - 2
docs/ref/forms/fields.txt

@@ -413,8 +413,8 @@ For each field, we describe the default widget used if you don't specify
         accepts the same formats as the ``choices`` argument to a model field.
         See the :ref:`model field reference documentation on choices
         <field-choices>` for more details. If the argument is a callable, it is
-        evaluated each time the field's form is initialized. Defaults to an
-        empty list.
+        evaluated each time the field's form is initialized, in addition to
+        during rendering. Defaults to an empty list.
 
 ``TypedChoiceField``
 --------------------