summaryrefslogtreecommitdiff
path: root/docs/modelforms.txt
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-04-13 03:04:11 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-04-13 03:04:11 +0000
commitcfb706385b6225e9bcc028b1f8eb5aec462fc161 (patch)
tree3bfc4d4c521168ed1689525f50980794fd4b1e35 /docs/modelforms.txt
parent4efe9675c5fd5a030737d957b3588184f06117fe (diff)
queryset-refactor: Merged from trunk up to [7415].
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7416 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/modelforms.txt')
-rw-r--r--docs/modelforms.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/modelforms.txt b/docs/modelforms.txt
index 554aeb7ea0..a76d797527 100644
--- a/docs/modelforms.txt
+++ b/docs/modelforms.txt
@@ -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.'),