From e34ca2b1e214799b2b474dcc2a5f20e80a987d8d Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sat, 8 May 2010 07:32:31 +0000 Subject: [PATCH] Fixed #13269 -- Added clarifying import statement to widget override docs. Thanks to mattrowbum for the report, and Gabriel Hurley for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13130 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/forms/modelforms.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/topics/forms/modelforms.txt b/docs/topics/forms/modelforms.txt index 00ef5b4cb5..066545756f 100644 --- a/docs/topics/forms/modelforms.txt +++ b/docs/topics/forms/modelforms.txt @@ -379,9 +379,12 @@ To specify a custom widget for a field, use the ``widgets`` attribute of the inner ``Meta`` class. This should be a dictionary mapping field names to widget classes or instances. -For example, if you want the a ``CharField`` to be represented by a -``