Review the list of default context processors
In the settings file generated by the default project template, TEMPLATES contains a list of template context processors.
Currently this list is the same as the default TEMPLATE_CONTEXT_PROCESSORS. This doesn't seem optimal. For instance, the request context processor is missing.
We should think a bit about what the correct default value is. See this django-developers discussion.
Change History
(6)
| Triage Stage: |
Unreviewed → Accepted
|
| Cc: |
cmawebsite@… added
|
| Has patch: |
set
|
| Owner: |
changed from nobody to Collin Anderson
|
| Status: |
new → assigned
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
| Resolution: |
fixed
|
| Status: |
closed → new
|
| Resolution: |
→ fixed
|
| Status: |
new → closed
|
https://github.com/django/django/pull/3897