datatracker/ietf/cookies
2017-01-09 21:26:30 +00:00
..
.gitignore Removed some unwanted non-root svn:mergeinfo properties, and added an svn:ignore property. 2010-11-10 09:40:17 +00:00
__init__.py Made doc/ pyflakes-clean. 2014-03-15 16:09:47 +00:00
tests.py Added preference editing support for the left_menu preference setting, and refactored the preference handling code substantially. Related to issues #1659 and #1663. 2015-06-22 18:47:28 +00:00
urls.py Django 1.9: Removed deprecated use of django.conf.urls.patterns() from all urls*.py files. 2016-12-22 17:21:57 +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