diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2009-03-31 07:01:01 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2009-03-31 07:01:01 +0000 |
| commit | 7372ea159aa192757cc5383e6857c29ca2fc53c6 (patch) | |
| tree | 0fac8211109e3e785cd72d9a660dd45c5b5c3041 /docs/topics/forms | |
| parent | 184ea1c91f06d31d0e1d34b2c27c08b01d2d5033 (diff) | |
Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568, #10569, #10614, #10617, #10619 -- Fixed several typos as well as a couple minor issues in the docs, patches from timo, nih, bthomas, rduffield, UloPe, and sebleier@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10242 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics/forms')
| -rw-r--r-- | docs/topics/forms/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt index 47a29f334e..cb47639345 100644 --- a/docs/topics/forms/index.txt +++ b/docs/topics/forms/index.txt @@ -293,7 +293,7 @@ templates: message. ``field.is_hidden`` - This attribute is ``True`` is the form field is a hidden field and + This attribute is ``True`` if the form field is a hidden field and ``False`` otherwise. It's not particularly useful as a template variable, but could be useful in conditional tests such as:: |
