I was troubleshooting a problem with obtaining the request obj with a new project and realized "django.core.context_processors.request" was commented in vanilla installs of Django.
Like the title suggests, why would this seemingly helpful context processor be turned off by default?
- Is it an issue with performance?
- Is it an issue with security?
- Is it somehow redundant?
Some mild searching has not turned up anything for me, but I thought I'd ask here.