Skip to content

Commit 10b5f38

Browse files
committed
Fixed #13551 -- Corrected import in ModelForms example. Thanks to libber for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13269 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent a17d897 commit 10b5f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/forms/modelforms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ attribute of ``Author`` to be represented by a ``<textarea>`` instead
384384
of its default ``<input type="text">``, you can override the field's
385385
widget::
386386

387-
from django.forms import ModelForm, TextArea
387+
from django.forms import ModelForm, Textarea
388388

389389
class AuthorForm(ModelForm):
390390
class Meta:

0 commit comments

Comments
 (0)