Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#26416 closed Cleanup/optimization (fixed)

Fix reference to previous tutorial numbers

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

Description

The "Advanced tutorial: How to write reusable apps" page references the previous tutorial, calling it number 6. However, it appears that it should reference tutorial 7.

Reasoning:

  • Tutorial 6 does not point the user to this page; Tutorial 7 does.
  • Line 90 assumes the user has completed Tutorial 7.
  • Tutorial 7 is the last page in the basic tutorial.

https://github.com/django/django/pull/6354

Change History (2)

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

Resolution: fixed
Status: newclosed

In 97c5539:

[1.9.x] Fixed #26416 -- Fixed references to previous tutorial numbers in docs/intro/reusable-apps.txt.

Backport of 0c0e8f0a62eb369bb05ff770ad53656831c8c01a from master

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

In 0c0e8f0:

Fixed #26416 -- Fixed references to previous tutorial numbers in docs/intro/reusable-apps.txt.

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