Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#13551 closed (fixed)

Typo in ModelForms example

Reported by: libber Owned by: nobody
Component: Documentation Version: 1.2-beta
Severity: Keywords: typo
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

At the page: http://docs.djangoproject.com/en/dev/topics/forms/modelforms/#overriding-the-default-field-types-or-widgets an example has "from django.forms import ModelForm, TextArea" it should instead be "import Textarea" as it used below in the example

Change History (2)

comment:1 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: newclosed

(In [13269]) Fixed #13551 -- Corrected import in ModelForms example. Thanks to libber for the report.

comment:2 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

Note: See TracTickets for help on using tickets.
Back to Top