#27174 closed Cleanup/optimization (fixed)
Explain where 'polls.apps.PollsConfig' comes from in tutorial 2
| Reported by: | Sanket | Owned by: | Ankur Gupta |
|---|---|---|---|
| Component: | Documentation | Version: | 1.10 |
| Severity: | Normal | Keywords: | docs |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
In tutorial02.txt, polls.apps.PollsConfig is introduced without much explanation, which may be slightly confusing for first-time readers. It would be good to have some explanation of why we use that specific string in this context.
Change History (10)
comment:1 by , 9 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 9 years ago
| Owner: | removed |
|---|---|
| Status: | assigned → new |
comment:3 by , 9 years ago
| Needs documentation: | set |
|---|---|
| Owner: | set to |
| Status: | new → assigned |
comment:4 by , 9 years ago
comment:5 by , 9 years ago
| Needs documentation: | unset |
|---|---|
| Summary: | Explicitly define where string comes from → Explain where 'polls.apps.PollsConfig' comes from in tutorial 2 |
| Triage Stage: | Unreviewed → Accepted |
comment:6 by , 9 years ago
| Has patch: | set |
|---|
I have submitted a PR for this (https://github.com/django/django/pull/7211).
This change also needs to be made back to Django 1.9. Can anyone help me in how to backport documentation changes? Do I need to merge this change with 1.9.x and 1.10.x branches?
comment:10 by , 9 years ago
We don't update older versions of the docs except for critical mistakes.
Does someone reviews this or should I just make the change?