#21440 closed Bug (fixed)
URL error in first example
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.6 |
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
Following the link below, you will see two code snippets that are expressly stated to be equivalent. However, the URL to the template is 'myapp/index.html' in first, and 'myapp/template.html' in the second.
https://docs.djangoproject.com/en/1.6/topics/http/shortcuts/#example
Change History (8)
comment:1 by , 11 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 11 years ago
Resolution: | fixed |
---|---|
Status: | closed → new |
The incorrect template name appears a second time further down the page as well
https://docs.djangoproject.com/en/dev/topics/http/shortcuts/#id3
comment:6 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Good catch!