diff options
| author | Claude Paroz <claude@2xlibre.net> | 2015-01-06 08:56:53 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2015-01-06 09:00:27 +0100 |
| commit | 5e18f6f724dda3f6462c92f825b31b2e423f4e7c (patch) | |
| tree | 1ba1568d66ccc3651ea657f99a6b7b91e5dea3f3 | |
| parent | d8fb557a519a419a53d648ce1ef12dad8673151f (diff) | |
[1.7.x] Fixed #24083 -- Corrected is_bound nature in forms topic docs
Thanks ajenhl Trac user for the report.
Backport of e0080cf57 from master.
| -rw-r--r-- | docs/topics/forms/index.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt index 1f0c56f16e..3006c08597 100644 --- a/docs/topics/forms/index.txt +++ b/docs/topics/forms/index.txt @@ -389,8 +389,8 @@ The distinction between :ref:`ref-forms-api-bound-unbound` is important: is valid. If an invalid bound form is rendered, it can include inline error messages telling the user what data to correct. -The form's ``is_bound()`` method will tell you whether a form has data bound to -it or not. +The form's :attr:`~Form.is_bound` attribute will tell you whether a form has +data bound to it or not. More on fields -------------- |
