Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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 yn, 10 years ago

Summary: I'm stack with https://docs.djangoproject.com/en/1.5/intro/tutorial04/#amend-viewsI'm stuck with https://docs.djangoproject.com/en/1.5/intro/tutorial04/#amend-views

comment:2 by Tim Graham, 10 years ago

Owner: changed from nobody to Tim Graham
Status: newassigned
Summary: I'm stuck with https://docs.djangoproject.com/en/1.5/intro/tutorial04/#amend-viewsUnclear what 3 dots mean in tutorial 4 code block
Triage Stage: UnreviewedAccepted

That just means the code is the same as the previous step. I'll add a clarifying comment.

comment:3 by yn, 10 years ago

I see...

Thank you.

Could you describe it in an article, to help for newcomers?

comment:4 by Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: assignedclosed

In 6b2ce38c4935a4af0b56aa0978171d26c8a4d286:

Fixed #22472 -- Clarified meaning of dots in tutorial 4 code block.

comment:5 by Tim Graham <timograham@…>, 10 years ago

In 1816baf4f7de0a1557108e1d26f754eca3e543c0:

[1.7.x] Fixed #22472 -- Clarified meaning of dots in tutorial 4 code block.

Backport of 6b2ce38c49 from master

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