Fix reference to a tutorial number in "Advanced tutorial: How to write reusable app".
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)
Triage Stage: |
Unreviewed → Accepted
|
Type: |
Uncategorized → Cleanup/optimization
|
Version: |
2.1 → master
|
Owner: |
changed from nobody to Abhishek Bera
|
Status: |
new → assigned
|
Summary: |
Django Documentation - Advanced tutorial: How to write reusable app → Fixed reference to a tutorial number in "Advanced tutorial: How to write reusable app".
|
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".
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Agreed, it should point to the 1st tutorial.