From c96d1555897997676eb7699b8a1752e57a7b1e57 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 15 Feb 2007 20:55:37 +0000 Subject: [PATCH] Fixed typo in docs/newforms.txt. Thanks, Jeff Hilyard git-svn-id: http://code.djangoproject.com/svn/django/trunk@4526 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/newforms.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/newforms.txt b/docs/newforms.txt index c2ede42f5e..33aaf14357 100644 --- a/docs/newforms.txt +++ b/docs/newforms.txt @@ -605,7 +605,7 @@ classes:: ... instrument = CharField() >>> class BeatleForm(PersonForm, InstrumentForm): ... haircut_type = CharField() - >>> b = Beatle(auto_id=False) + >>> b = BeatleForm(auto_id=False) >>> print b.as_ul()
  • First name:
  • Last name: