Opened 8 years ago

Closed 8 years ago

Last modified 8 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, 8 years ago

Triage Stage: Unreviewed → Accepted
Type: Uncategorized → Cleanup/optimization
Version: 2.1 → master

comment:2 by Abhishek Bera, 8 years ago

Owner: changed from nobody to Abhishek Bera
Status: new → assigned

comment:3 by Mariusz Felisiak, 8 years ago

Summary: Django Documentation - Advanced tutorial: How to write reusable app → Fixed 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, 8 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@…>, 8 years ago

Resolution: → fixed
Status: assigned → closed

In ca67f39a:

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

comment:6 by Tim Graham <timograham@…>, 8 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