You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keyerror 'request' in context was fixed. Used render_to_response and also render methods to generate response, which can work for almost all features of Django.
I had the issue with template context_processor, when i tried to upgrade the system from 1.5 to 1.10.7.
there was Keyerror 'request' in context
I fixed it by using render instead of using render_to_response in views.py like this
May be you can update this for higher django version.
cheers!!!!
The text was updated successfully, but these errors were encountered: