mirror of https://github.com/django/django.git
[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.
This commit is contained in:
parent
d8fb557a51
commit
5e18f6f724
|
@ -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
|
is valid. If an invalid bound form is rendered, it can include inline error
|
||||||
messages telling the user what data to correct.
|
messages telling the user what data to correct.
|
||||||
|
|
||||||
The form's ``is_bound()`` method will tell you whether a form has data bound to
|
The form's :attr:`~Form.is_bound` attribute will tell you whether a form has
|
||||||
it or not.
|
data bound to it or not.
|
||||||
|
|
||||||
More on fields
|
More on fields
|
||||||
--------------
|
--------------
|
||||||
|
|
Loading…
Reference in New Issue