Django

Code

Changeset 542

Show
Ignore:
Timestamp:
08/21/05 13:25:36 (3 years ago)
Author:
adrian
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/tutorial02.txt

    r527 r542  
    255255This tells Django: "When you edit a Choice on the Poll admin page, the 'choice' 
    256256and 'votes' fields are required. The presence of at least one of them signifies 
    257 the addition of a new Choice object, and clearing at least one of them 
    258 signifies the deletion of that existing Choice object." 
     257the addition of a new Choice object, and clearing both of them signifies the 
     258deletion of that existing Choice object." 
    259259 
    260260Load the "Add poll" page to see how that looks: