#22472 closed Bug (fixed)
Unclear what 3 dots mean in tutorial 4 code block
Reported by: | yn | Owned by: | Tim Graham |
---|---|---|---|
Component: | Documentation | Version: | 1.6 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I'm very newbie and i'm stuck with https://docs.djangoproject.com/en/1.5/intro/tutorial04/#amend-views
These code looks uncompleted
def vote(request, poll_id): ....
How should I complete it to finish the titorial4 step?
Thank you!
Change History (5)
comment:1 by , 11 years ago
Summary: | I'm stack with https://docs.djangoproject.com/en/1.5/intro/tutorial04/#amend-views → I'm stuck with https://docs.djangoproject.com/en/1.5/intro/tutorial04/#amend-views |
---|
comment:2 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Summary: | I'm stuck with https://docs.djangoproject.com/en/1.5/intro/tutorial04/#amend-views → Unclear what 3 dots mean in tutorial 4 code block |
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 11 years ago
I see...
Thank you.
Could you describe it in an article, to help for newcomers?
comment:4 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
That just means the code is the same as the previous step. I'll add a clarifying comment.