Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#30265 closed Cleanup/optimization (fixed)

Fix reference to a tutorial number in "Advanced tutorial: How to write reusable app".

Reported by: Abhishek Bera Owned by: Abhishek Bera
Component: Documentation Version: dev
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 the https://docs.djangoproject.com/en/2.1/intro/reusable-apps/
In the Reusability Matters section in the 3rd paragraph, it says, "In Tutorial 3, we saw how we could decouple polls from the project-level URLconf using an include."
However, the only place where include is used is in Tutorial 1.

Change History (6)

comment:1 by Mariusz Felisiak, 5 years ago

Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization
Version: 2.1master

comment:2 by Abhishek Bera, 5 years ago

Owner: changed from nobody to Abhishek Bera
Status: newassigned

comment:3 by Mariusz Felisiak, 5 years ago

Summary: Django Documentation - Advanced tutorial: How to write reusable appFixed reference to a tutorial number in "Advanced tutorial: How to write reusable app".

Agreed, it should point to the 1st tutorial.

comment:4 by Mariusz Felisiak, 5 years ago

Summary: Fixed reference to a tutorial number in "Advanced tutorial: How to write reusable app".Fix reference to a tutorial number in "Advanced tutorial: How to write reusable app".

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

Resolution: fixed
Status: assignedclosed

In ca67f39a:

Fixed #30265 -- Fixed a tutorial number in Reusable App tutorial.

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

In 4a7bbace:

[2.2.x] Fixed #30265 -- Fixed a tutorial number in Reusable App tutorial.

Backport of ca67f39afa54e281705563834d3684e8b27844b6 from master.

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