summaryrefslogtreecommitdiff
path: root/docs/ref/forms/widgets.txt
diff options
context:
space:
mode:
authorareski <areski@gmail.com>2014-08-04 13:29:59 +0200
committerTim Graham <timograham@gmail.com>2014-08-04 08:31:18 -0400
commita582431b414295ad4cabf0dc8d76229512a459df (patch)
tree5be74175ee4c28f159b4f8e18164919799f5d1f2 /docs/ref/forms/widgets.txt
parentd723da383da81de6d2b3b149eb8ced80d9d2c29c (diff)
[1.7.x] Fixed #23169 - Misc docs fixes.
Backport of e4dd8b5dde from master
Diffstat (limited to 'docs/ref/forms/widgets.txt')
-rw-r--r--docs/ref/forms/widgets.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt
index d0dc17a2bc..293c69df1f 100644
--- a/docs/ref/forms/widgets.txt
+++ b/docs/ref/forms/widgets.txt
@@ -27,7 +27,7 @@ Specifying widgets
Whenever you specify a field on a form, Django will use a default widget
that is appropriate to the type of data that is to be displayed. To find
which widget is used on which field, see the documentation about
-:ref:`built-in fields`.
+:ref:`built-in-fields`.
However, if you want to use a different widget for a field, you can
just use the :attr:`~Field.widget` argument on the field definition. For