#18642 closed Cleanup/optimization (fixed)
Pointer to django.shortcuts.render
| Reported by: | anonymous | Owned by: | Andrews Medina |
|---|---|---|---|
| Component: | Documentation | Version: | 1.4 |
| Severity: | Normal | Keywords: | |
| Cc: | andrewsmedina@… | Triage Stage: | Accepted |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
Hi,
I wish the documentation would point to https://docs.djangoproject.com/en/1.4/topics/http/shortcuts/#render from the relevant Note section in https://docs.djangoproject.com/en/1.4/ref/templates/api/#django.template.RequestContext, rather than suggesting that I'm stuck with having to pass "context_instance=RequestContext(request)" to each render_to_response which I want to have TEMPLATE_CONTEXT_PROCESSORS (ie all of them).
Many thanks.
Change History (5)
comment:1 by , 13 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 13 years ago
| Cc: | added |
|---|---|
| Owner: | changed from to |
comment:3 by , 13 years ago
| Owner: | changed from to |
|---|
comment:4 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [f99ecaff064af334adfd9a690e77c24ed8b15cbd]: