Opened 13 years ago
Closed 12 years ago
#17285 closed Bug (fixed)
Documentation typo: 'SimpleTemplateResponse.add_post_rendering_callback'
Reported by: | yorkedork | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.3 |
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 came across a documentation bug that briefly bit me yesterday (in 1.3 and dev):
docs/refs/template-response.txt
:
.. method:: SimpleTemplateResponse.add_post_rendering_callback Add a callback that will be invoked after rendering has taken
should read:
.. method:: SimpleTemplateResponse.add_post_render_callback Add a callback that will be invoked after rendering has taken
This method is referenced correctly later in the template when it discusses usage.
Change History (3)
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 12 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
This bug istill exists in 1.3 docs https://docs.djangoproject.com/en/1.3/ref/template-response/#django.template.response.SimpleTemplateResponse.add_post_rendering_callback
Only fixed in 1.4
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Yes, this is consistent with our branch policy.
Note:
See TracTickets
for help on using tickets.
In [17146]: