datatracker/ietf/help
2017-02-10 14:49:16 +00:00
..
__init__.py Added a set of help pages for document states (at /help/state/<doctype>/<statetype>/). 2013-02-27 22:01:18 +00:00
models.py Added a set of help pages for document states (at /help/state/<doctype>/<statetype>/). 2013-02-27 22:01:18 +00:00
tests_views.py Added simple tests for help and release pages. 2015-04-05 20:59:51 +00:00
urls.py Django 1.10 does not permit the view argument to url() to be a string any more. Changed all cases view arguments to url() which were strings to instead reference the actual imported function. 2017-02-10 14:49:16 +00:00
views.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