Fixed #383 -- Clarified tutorial 2. Thanks, ssteiner

git-svn-id: http://code.djangoproject.com/svn/django/trunk@542 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-08-21 18:25:36 +00:00
parent e5e1ea602d
commit 33f2304ea9
1 changed files with 2 additions and 2 deletions

View File

@ -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: