Opened 18 years ago
Closed 18 years ago
#6502 closed (fixed)
render_to_response documentation should mention context_instance
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The context_instance keyword argument to django.shortcuts.render_to_response is not documented in the function's documentation. It should be documented, or at least referenced.
context_instance is currently documented only with the RequestContext documentation - not where you would look for information about render_to_response!
Attachments (1)
Change History (4)
comment:1 by , 18 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
by , 18 years ago
comment:2 by , 18 years ago
| Has patch: | set |
|---|---|
| Triage Stage: | Accepted → Ready for checkin |
Note:
See TracTickets
for help on using tickets.
I've also changed the first optional argument from
contexttodictionarybecause that is actually what theloader.render_from_stringfunction's keyword argument is.