Opened 6 years ago
Closed 6 years ago
#30568 closed Cleanup/optimization (wontfix)
Definition of URLconf appears in tutorial 3; first mention is in tutorial 1.
| Reported by: | Reuben Schmidt | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
I believe it would be better to include this text:
A URLconf maps URL patterns to views.
in tutorial 1.
Change History (1)
comment:1 by , 6 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
| Summary: | Definition of URLconf appears in tutorial 3; first mention is in tutorial 1 → Definition of URLconf appears in tutorial 3; first mention is in tutorial 1. |
| Version: | 2.2 → master |
Note:
See TracTickets
for help on using tickets.
Thanks for the report, but I don't think that a clarification is required. Explanation from the 1st tutorial seems sufficient for the 1st step: "To call the view, we need to map it to a URL - and for this we need a URLconf."