Opened 13 years ago
Closed 13 years ago
#17244 closed Uncategorized (wontfix)
Add "<Choice: Just hacking again>" after p.choice_set.create
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In page https://docs.djangoproject.com/en/1.3/intro/tutorial01, please add
<Choice: Just hacking again>
after the line
c = p.choice_set.create(choice='Just hacking again', votes=0)
for completeness
Note:
See TracTickets
for help on using tickets.
The interactive prompt doesn't display the value if you assign it to the variable, so putting it in the example would be inconsistant.