datatracker/ietf/secr/lib
2017-01-09 21:26:30 +00:00
..
__init__.py Made ietf/secr/{drafts,roles,ipradmin} pyflakes-clean. 2014-03-15 22:06:48 +00:00
template.py The context_instance parameter to render_to_response() and render_to_string() is now deprecated. Fixed this, and generally changed the idiom render_to_response('template.html', {}, RequestContext(request)) to the newer and simpler render(request, 'template.html', {}). About 200 instances. 2017-01-09 21:26:30 +00:00