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:
parent
e5e1ea602d
commit
33f2304ea9
|
@ -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'
|
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
|
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
|
the addition of a new Choice object, and clearing both of them signifies the
|
||||||
signifies the deletion of that existing Choice object."
|
deletion of that existing Choice object."
|
||||||
|
|
||||||
Load the "Add poll" page to see how that looks:
|
Load the "Add poll" page to see how that looks:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue