Opened 15 years ago
Closed 15 years ago
#16012 closed Bug (invalid)
error in documentation for the render() shortcut
| Reported by: | 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: | no | UI/UX: | no |
Description
Now we have "render(request, template ..." in docs instead of "render(request, template_name ...", and it leads to exception.
Note:
See TracTickets
for help on using tickets.
This bug report is about docs/topics/http/shortcuts.txt.
The
templateparameter is clearly documented there:It's just below the function's signature, so there is no ambiguity at all.