Opened 18 years ago
Closed 18 years ago
#6166 closed (fixed)
Templates autoescape / inheritance example broken
| Reported by: | Purdea Andrei | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | templates autoescape | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
On the following page: http://www.djangoproject.com/documentation/templates/#for-template-blocks
Where the issue of combining autoescape and inheritence is discussed the example is useless.
Attachments (1)
Change History (6)
comment:1 by , 18 years ago
| Needs documentation: | set |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:3 by , 18 years ago
| Has patch: | set |
|---|---|
| Keywords: | templates autoescape added |
| Needs documentation: | unset |
| Summary: | templates - autoescape - inheritance → Templates autoescape / inheritance example broken |
by , 18 years ago
| Attachment: | 6166.docs.templates.diff added |
|---|
comment:4 by , 18 years ago
Patch to get the ball-rolling / so this doesn't stay broken and confuse people.
Note:
See TracTickets
for help on using tickets.
Agreed. Very useless.
Needs to be changed to use context variables to show that they don't get escaped.