From 33f2304ea91379a85db5f53ccf235846dde3630d Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sun, 21 Aug 2005 18:25:36 +0000 Subject: [PATCH] Fixed #383 -- Clarified tutorial 2. Thanks, ssteiner git-svn-id: http://code.djangoproject.com/svn/django/trunk@542 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/tutorial02.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial02.txt b/docs/tutorial02.txt index bd1832fcc6..b42bafb374 100644 --- a/docs/tutorial02.txt +++ b/docs/tutorial02.txt @@ -254,8 +254,8 @@ Then change the other fields in ``Choice`` to give them ``core=True``:: This tells Django: "When you edit a Choice on the Poll admin page, the 'choice' and 'votes' fields are required. The presence of at least one of them signifies -the addition of a new Choice object, and clearing at least one of them -signifies the deletion of that existing Choice object." +the addition of a new Choice object, and clearing both of them signifies the +deletion of that existing Choice object." Load the "Add poll" page to see how that looks: