#14867 closed (fixed)
TemplateResponse documentation uses the term "bake" instead of "render"
| Reported by: | Marcus Fredriksson | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | templateresponse | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The term "bake" is used twice in the example under "The rendering process".
The patch replaces "baked" and "rebaking" with "rendered" and "re-rendering".
Attachments (1)
Change History (3)
by , 15 years ago
| Attachment: | template-response.diff added |
|---|
comment:1 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [14863]) Fixed #14867 -- Corrected references to baking in the new TemplateResponse docs. Thanks to marcusf for the report.