diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-09-15 21:35:33 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-09-15 21:35:33 +0000 |
| commit | d29c457ad108ddc52e990b582b36cacc5eb0bb68 (patch) | |
| tree | dc0735e4a0ac91017129d83cc04d543a18c187d8 /docs/newforms.txt | |
| parent | bf6a46d8ad11d49990a3878166cce2af2fc6c4fe (diff) | |
queryset-refactor: Merged to [6197]
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@6335 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/newforms.txt')
| -rw-r--r-- | docs/newforms.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/newforms.txt b/docs/newforms.txt index 10fa15a1c4..e9e98944a0 100644 --- a/docs/newforms.txt +++ b/docs/newforms.txt @@ -985,7 +985,7 @@ validation if a particular field's value is not given. ``initial`` values are ~~~~~~~~~~ The ``widget`` argument lets you specify a ``Widget`` class to use when -rendering this ``Field``. See "Widgets"_ below for more information. +rendering this ``Field``. See `Widgets`_ below for more information. ``help_text`` ~~~~~~~~~~~~~ |
