Kaydet (Commit) aad5e791 authored tarafından James Bennett's avatar James Bennett

Fixed #6982; added an import statement to example in docs/modelforms.txt for the ModelForm class


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7411 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst bd3a1c00
......@@ -121,6 +121,7 @@ A full example
Consider this set of models::
from django.db import models
from django.newforms import ModelForm
TITLE_CHOICES = (
('MR', 'Mr.'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment