Files
@ 66dbfac066b0
Branch filter:
Location: website/www/conservancy/apps/news/views.py
66dbfac066b0
3.2 KiB
text/x-python
Migrate RequestContext users to render() calls.
This was necessary because render_to_response no longer takes a
context_instance. We were always using this to pass in a RequestContext,
which the render shortcut can already do, so switch to that.
This was necessary because render_to_response no longer takes a
context_instance. We were always using this to pass in a RequestContext,
which the render shortcut can already do, so switch to that.