summaryrefslogtreecommitdiff
path: root/docs/newforms.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-09-15 21:35:33 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-09-15 21:35:33 +0000
commitd29c457ad108ddc52e990b582b36cacc5eb0bb68 (patch)
treedc0735e4a0ac91017129d83cc04d543a18c187d8 /docs/newforms.txt
parentbf6a46d8ad11d49990a3878166cce2af2fc6c4fe (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.txt2
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``
~~~~~~~~~~~~~