Changeset 542
- Timestamp:
- 08/21/05 13:25:36 (3 years ago)
- Files:
-
- django/trunk/docs/tutorial02.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial02.txt
r527 r542 255 255 This tells Django: "When you edit a Choice on the Poll admin page, the 'choice' 256 256 and '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 them258 signifies thedeletion of that existing Choice object."257 the addition of a new Choice object, and clearing both of them signifies the 258 deletion of that existing Choice object." 259 259 260 260 Load the "Add poll" page to see how that looks:
