Context autoescape parameter is not documented
In #35296 I was advised to use the autoescape
parameter of the Context
constructor. However, it is not documented. The reference for Context only mentions the dict_
parameter.
If this parameter is part of the public API, it should be documented.
Component: |
Documentation → Template system
|
Triage Stage: |
Unreviewed → Accepted
|
Type: |
Bug → Cleanup/optimization
|
Owner: |
changed from nobody to John Higgins
|
Status: |
new → assigned
|
Patch needs improvement: |
set
|
Patch needs improvement: |
unset
|
Patch needs improvement: |
set
|
Patch needs improvement: |
unset
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Hello Roman,
I have followed the docs and pointers you provided and I think you are right, the
Context
docs could use some improving. Would you be willing to help making a patch? Thank you!