Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#383 closed defect (fixed)

Tutorial 2, 'clearing' field to signify deletion of object doesn't

Reported by: Steve Steiner Owned by: Adrian Holovaty
Component: Documentation Version: 1.0
Severity: normal Keywords: delete, tutorial 2
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

From Tutorial 2:

"
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."
"

That's not what happens. If you empty the choice or votes field, you are instead given a red exclamation error stating that "This field is required."

Change History (4)

comment:1 by Steve Steiner, 19 years ago

Sorry, forgot to mention:

Build 541, OS X, Python 2.4.1, MySQL 4.4.12

comment:2 by Adrian Holovaty, 19 years ago

Owner: changed from Jacob to Adrian Holovaty
Status: newassigned

comment:3 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: assignedclosed

(In [542]) Fixed #383 -- Clarified tutorial 2. Thanks, ssteiner

comment:4 by (none), 17 years ago

milestone: Version 1.0

Milestone Version 1.0 deleted

Note: See TracTickets for help on using tickets.
Back to Top