Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#26255 closed Cleanup/optimization (fixed)

Tutorial part 3 references include() that happens in tutorial 1

Reported by: ameidatou Owned by: nobody
Component: Documentation Version: 1.9
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

In "Writing your first Django app, part 3" in "Writing more views" section in this sentence "The include() functions we are using simply reference other URLconfs"
it's not clear what "include() functions" refers to?

Change History (3)

comment:1 by Tim Graham, 9 years ago

Summary: In "Writing your first Django app, part 3" in "Writing more views" section it's not clear what include() refers toTutorial part 3 references include() that happens in tutorial 1
Triage Stage: UnreviewedAccepted

This got a bit mixed up in 3653466bdf211ca603ec976c28d4a8da566dc671 -- now the include() changes happen in tutorial 1.

comment:2 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: newclosed

In 301edde:

[1.9.x] Fixed #26255 -- Fixed orphaned include() reference following tutorial reordering.

Backport of 4323676ea5ab6994feb1385522665069d84f397b from master

comment:3 by Tim Graham <timograham@…>, 9 years ago

In 4323676e:

Fixed #26255 -- Fixed orphaned include() reference following tutorial reordering.

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