-
- Downloads
You need to sign in or sign up before continuing.
[databases][views] Moved from render_to_response to render
render_to_response is deprecated in Django 2.0 and render has been available since 1.3. It's shorter to write and avoids the writing of context_instance=RequestContext(request) in each of its call.
parent
b05e08a1
No related branches found
No related tags found
Please register or sign in to comment